prqlc
Verified for current stable LTS
Prqlc Command: Run Prqlc Compiler Interactively
Use for run prqlc compiler interactively with Prqlc. Exact CLI syntax to run prqlc compiler interactively using Prqlc.
When to use this: Use for run prqlc compiler interactively with Prqlc.
Command Syntax
prqlc compile prqlc compile Command Breakdown
prqlc is the base executable for this command.
FAQ
Purpose: Exact syntax to run prqlc compiler interactively using Prqlc.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Prqlc Command: Compile Prql File To Sql File
prqlc compile <path/to/source.prql> <path/to/target.sql> Prqlc Command: Compile Prql File To Stdout prqlc compile <path/to/file.prql> Prqlc Command: Compile Prql Query From Echo echo "<from employees | filter has_dog | select salary>" | prqlc compile Prqlc Command: Watch Directory Compile On Modification prqlc watch <path/to/directory>