prqlc

A modern language that compiles to SQL with a focus on readability

brewmacoslinux
Try with needOr install directly
Source

About

Simple, powerful, pipelined SQL replacement

Commands

prqlc

Examples

Compile a PRQL file to SQL$ prqlc compile query.prql
Watch a PRQL file and compile on changes$ prqlc watch query.prql
Display the AST (Abstract Syntax Tree) of a PRQL query$ prqlc debug ast query.prql