Forrest logo
back to context overview

prqlc

List of commands for prqlc:

  • prqlc:tldr:36c85 prqlc: Compile a query.
    $ echo "${select}" | prqlc compile
    try on your machine
    explain this command
  • prqlc:tldr:57239 prqlc: Run the compiler interactively.
    $ prqlc compile
    try on your machine
    explain this command
  • prqlc:tldr:8719b prqlc: Compile a `.prql` file to a `.sql` file.
    $ prqlc compile ${path-to-source-prql} ${path-to-target-sql}
    try on your machine
    explain this command
  • prqlc:tldr:a026c prqlc: Compile a specific `.prql` file to stdout.
    $ prqlc compile ${filename-prql}
    try on your machine
    explain this command
  • prqlc:tldr:ec8f0 prqlc: Watch a directory and compile on file modification.
    $ prqlc watch ${path-to-directory}
    try on your machine
    explain this command
back to context overview