| Crates.io | cql_lsp |
| lib.rs | cql_lsp |
| version | 1.0.3 |
| created_at | 2025-05-06 21:29:06.781362+00 |
| updated_at | 2025-11-05 19:39:25.621044+00 |
| description | CQL (Cassandra Query Language) LSP |
| homepage | |
| repository | https://github.com/Akzestia/cql-lsp |
| max_upload_size | |
| id | 1663000 |
| size | 415,387 |
The 1nonly Open Source language server for CQL (Cassandra Query Language) ^_^
https://github.com/user-attachments/assets/780f9005-d571-489d-93e3-e61f91dcb0fe
Install Language Server binary using cargo
cargo install cql_lsp
Add env variables to your shell config
export PATH="$HOME/.cargo/bin:$PATH"
# Default values for LSP | Docker
export CQL_LSP_DB_URL="172.17.0.2"
export CQL_LSP_DB_PASSWD="cassandra"
export CQL_LSP_DB_USER="cassandra"
export CQL_LSP_ENABLE_LOGGING="false"
export CQL_LSP_TYPE_ALIGNMENT_OFFSET="7"
[!IMPORTANT] Please note that the source code may contain unstable features.
It’s recommended to install from the latest release or via cargo.
Clone repo
git clone https://github.com/Akzestia/cqlls.git
cd cqlls
Run install script
sudo chmod +x ./install_src.sh
sudo -E ./install_src.sh
[!IMPORTANT]
deploy.sh package.sh & install.sh are only used for development purposes
This project is licensed under the MIT License.