Installing ggsql
ggsql is very much still a work in progress and the installation process reflects this. Eventually we will have proper installers but for now please follow this process if you wish to play around with it:
Clone the repository:
git clone https://github.com/georgestagg/ggsql cd ggsqlInstall tree-sitter CLI:
npm install -g tree-sitter-cliBuild the project:
cd tree-sitter-ggsql && tree-sitter generate && cd .. cargo buildInstall the Jupyter kernel:
cargo run --package ggsql-jupyter -- --install