PRQL compiler. PRQL is a modern language for transforming data - a simple, powerful, pipelined SQL replacement. More information: https://prql-lang.org.
prqlc compile
.prql
file to stdout
:prqlc compile path/to/file.prql
.prql
file to a .sql
file: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