Installing ggsql
Building from Source
If you prefer to build from source or need the latest development version:
Clone the repository:
git clone https://github.com/posit-dev/ggsql cd ggsqlInstall tree-sitter CLI:
npm install -g tree-sitter-cliBuild the project:
cd tree-sitter-ggsql && tree-sitter generate && cd .. cargo build --releaseInstall the CLI:
cargo install --path srcInstall the Jupyter kernel (optional):
cargo install --path ggsql-jupyter ggsql-jupyter --install