PRQL Developers is an open-source collective that maintains the PRQL language toolchain, centering on a single, focused product: the PRQL compiler CLI, prqlc. PRQL—pronounced “Prequel”—is a modern, readable alternative to SQL that lets analysts, data engineers, and application developers write concise, composable queries and compile them to optimized SQL at build time. The command-line utility prqlc therefore acts as the bridge between human-friendly pipelines and production databases: it lints, parses, resolves, and transpiles PRQL scripts into dialect-specific SQL for PostgreSQL, MySQL, BigQuery, Snowflake, and others, while also offering formatting, syntax highlighting, and AST inspection for CI integration. Typical use cases range from data-science notebooks that need reproducible, version-controlled queries to microservices that embed compiled SQL at compile-time, eliminating runtime injection risks and vendor lock-in. Because prqlc is statically linked and cross-platform, it slots neatly into Docker images, GitHub Actions, or local development scripts, enabling teams to treat queries like source code—reviewable, testable, and diffable. The compiler is MIT-licensed, receives nightly improvements, and tracks the evolving PRQL language specification, so users gain new relational operators and optimizations without rewriting existing pipelines. PRQL Developers’ software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest upstream build and supporting batch installation alongside other utilities.

PRQL compiler CLI - prqlc

prqlc serves as a CLI for the PRQL compiler.

Details