Zed extension for sqlite-lsp — SQLite language server support in Zed.
Open Zed, go to the Extensions panel, search for "sqlite-lsp", and click Install.
- SQL syntax validation via SQLite's actual parser
- Schema-aware diagnostics when connected to a
.dbfile - Automatic binary download from GitHub releases
# Clone and build
git clone https://github.com/toba/sqlite-lsp-ext.git
cd sqlite-lsp-ext
cargo build --target wasm32-wasip1
# Install as dev extension in Zed:
# Settings → Extensions → Install Dev Extension → select this directory