This repository serves as a Tap containing the formulae of prql and prql-query.
To install prqlc:
brew install prql/prql/prqlc
A test:
echo "from employees | filter has_dog" | prqlc compile
Then, to install prql-query
brew install prql/prql/prql-query
A test:
pq --help