prqlc
Verified for current stable LTS
Prqlc Command: Compile Prql File To Sql File
Use for compile prql file to sql file with Prqlc. Exact CLI syntax to compile prql file to sql file using Prqlc.
When to use this: Use for compile prql file to sql file with Prqlc.
Command Syntax
prqlc compile <path/to/source.prql> <path/to/target.sql> prqlc compile <path/to/source.prql> <path/to/target.sql> Command Breakdown
prqlc is the base executable for this command.
FAQ
Purpose: Exact syntax to compile prql file to sql file 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 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: Run Prqlc Compiler Interactively prqlc compile Prqlc Command: Watch Directory Compile On Modification prqlc watch <path/to/directory>