PRQL / homebrew-prql

2 stars 2 forks source link

prql-homebrew

This repository serves as a Tap containing the formulae of prql and prql-query.

Installation

prqlc

To install prqlc:

brew install prql/prql/prqlc

A test:

echo "from employees | filter has_dog" | prqlc compile

prql-query

Then, to install prql-query

brew install prql/prql/prql-query

A test:

pq --help