prqlc

PRQL compiler. PRQL is a modern language for transforming data - a simple, powerful, pipelined SQL replacement. More information: https://prql-lang.org.

prqlc compile

prqlc compile path/to/file.prql

prqlc compile path/to/source.prql path/to/target.sql

echo "from employees | filter has_dog | select salary" | prqlc compile

prqlc watch path/to/directory