macOS
brew install sql-language-serverlocal Homebrew formula metadata
brew
Language Server for SQL. Version 1.7.1 via Homebrew; verified 2026-06-22.
install
brew install sql-language-serverlocal Homebrew formula metadata
overview
Language Server for SQL
history
SQL Language Server is a TypeScript language-server implementation for SQL editing, packaged as both an editor-facing tool and a command-line server. Its README describes autocompletion, warnings and errors, linting, a SQL parser, and a Visual Studio Code extension, with support for MySQL, PostgreSQL, SQLite3, and BigQuery configuration.
The public GitHub repository was created in May 2018 and is organized as a small ecosystem: the server package, a sqlint linting package, a VS Code client, and a SQL parser. Later releases in 2023 show continued grammar and parser maintenance, including support for CTEs, create table options, create index statements, and drop table statements.
The project fits the post-Language Server Protocol editor culture in which command-line language servers are installed once and then wired into Vim, Neovim, VS Code, Monaco, or another client. The official README documents npm global installation, Neovim LanguageClient setup, nvim-lsp setup, and a VS Code extension, which made it useful beyond one editor.
Common CLI usage is `sql-language-server up --method stdio`, usually launched by an editor or LSP client rather than typed by hand. Users place database connection details in a personal `.sqllsrc.json` file or a project-root `.sqllsrc.json`; those files can include usernames, passwords, SSH settings, and project path matching.
For package-manager users, SQL Language Server is interesting because it turns SQL support into a conventional Unix-style executable with editor-neutral stdio transport. Homebrew packaging matters because editors and dotfile setups can depend on `sql-language-server` being present in PATH without caring whether it came from npm, Brew, or an editor extension.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/sql-language-server/.sqllsrc.json${YOUR_PROJECT_ROOT}/.sqllsrc.jsonCredential-bearing paths to review before unattended agent runs.
~/.config/sql-language-server/.sqllsrc.json${YOUR_PROJECT_ROOT}/.sqllsrc.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
sql-language-server | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/joe-re/sql-language-server
install metadata
| Package key | brew:sql-language-server |
|---|---|
| Version | 1.7.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/sql-language-server |
| Homepage | https://github.com/joe-re/sql-language-server |
| Repository | https://github.com/joe-re/sql-language-server |
| Upstream docs | https://github.com/joe-re/sql-language-server#readme |
| License | MIT |
| Source archive | https://registry.npmjs.org/sql-language-server/-/sql-language-server-1.7.1.tgz |
| Last updated | 2026-06-22T14:06:21-07:00 |
| Pulse | updated |
| Dependencies | node, terminal-notifier |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sql-language-server |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.