PartiQL Kotlin CLI Reference
This documentation is for the upcoming 1.0 release. Therefore, the contents of this site are subject to change and may be inaccurate. If there are inaccuracies discovered, please submit a GitHub issue. |
The partiql-lang-kotlin project has a CLI which can be installed via Homebrew. If you are looking for the partiql-lang-rust CLI, it can be found in the partiql-lang-rust GitHub repository.
Installation
Users can install the partiql-lang-kotlin CLI by following of the following three methods.
Download
To download the CLI, please find the relevant release on the PartiQL Releases page and download and unpack the .zip
or .tgz
file.
Homebrew
To install via Homebrew, run the following commands:
brew tap partiql/partiql
brew install partiql-cli
More information can be found at our Homebrew tap.
From Source
The following commands will clone the partiql-lang-kotlin repository, build the CLI, and immediately execute the CLI.
git clone git@github.com:partiql/partiql-lang-kotlin.git
cd partiql-lang-kotlin/partiql-cli
./partiql.sh
Usage
To get usage details, please run:
partiql --help
To exit the CLI:
-
Control+D
in macOS or Unix -
Control+C
on Windows
Further Reading
If you’d like to dive deep into what you can do with the partiql-lang-kotlin CLI, feel free to see our Getting Started Guide.