Welcome to the official Homebrew Tap for PartiQL applications.
This repository is managed by the PartiQL team and contains Homebrew formulas for easy installation and management of PartiQL owned applications on macOS and Linux systems.
To tap this repository and make the formulas available on your system, run:
brew tap partiql/partiql
We currently publish one formula, partiql-cli. It is an interactive shell, or Read Evaluate Print Loop (REPL), that allows users to write and evaluate PartiQL queries. To install, run:
brew install partiql-cli
This command fetches and installs the latest version of partiql-cli
, setting up all necessary dependencies on your macOS or Linux system.
After installation, you can start using command:
partiql
For a comprehensive list of options and more detailed help, you can use the help command:
partiql --help
This will display usage information, command line options and guidance to help you get started.
To untap this repository and delete the formulas from your system, run:
brew untap partiql/partiql && brew uninstall partiql-cli
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.