https://github.com/prql/homebrew-prql
https://github.com/prql/homebrew-prql
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prql/homebrew-prql
- Owner: PRQL
- Created: 2022-04-28T22:52:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T22:57:43.000Z (12 months ago)
- Last Synced: 2025-01-25T23:34:19.767Z (12 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prql-homebrew
This repository serves as a [Tap](https://docs.brew.sh/Taps) containing the formulae of
[prql](https://github.com/prql/prql) and [prql-query](https://github.com/prql/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