11 releases (4 breaking)
0.8.1 | Apr 30, 2023 |
---|---|
0.8.0 | Apr 14, 2023 |
0.7.1 | Apr 4, 2023 |
0.6.1 | Mar 13, 2023 |
0.4.2 | Jan 26, 2023 |
#522 in Development tools
55 downloads per month
170KB
4.5K
SLoC
prqlc
Installation
prqlc
can be installed with cargo
:
cargo install prqlc
...or built from source:
cargo install --path prql-compiler/prqlc
Usage
$ echo "from employees | filter has_dog | select salary" | prqlc compile
SELECT
salary
FROM
employees
WHERE
has_dog
Dependencies
~0–8MB
~137K SLoC