Automic VaultAutomic Vault

brew

Install sql-language-server with Homebrew

Language Server for SQL. Version 1.7.1 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install sql-language-server

local Homebrew formula metadata

overview

Package summary

Language Server for SQL

Commands and aliases

  • sql-language-server

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2018: GitHub repository created.
  • 2018: README documented npm global installation and editor integration.
  • 2023: 1.4.x to 1.7.x releases added and fixed parser support for more SQL statements.
  • 2024: Repository remained active on the release branch.

Related projects

  • The README names its own related packages: `sql-language-server`, `sqlint`, a Visual Studio Code extension, and a SQL parser. It also documents integration with LanguageClient-neovim, nvim-lspconfig, and monaco-languageclient.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:sql,server

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 2 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.config/sql-language-server/.sqllsrc.json${YOUR_PROJECT_ROOT}/.sqllsrc.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.config/sql-language-server/.sqllsrc.json${YOUR_PROJECT_ROOT}/.sqllsrc.json

executables

Installed executables

CommandKindExposureNote
sql-language-servercliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version1.7.1
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/joe-re/sql-language-server

install metadata

Package metadata

Package keybrew:sql-language-server
Version1.7.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/sql-language-server
Homepagehttps://github.com/joe-re/sql-language-server
Repositoryhttps://github.com/joe-re/sql-language-server
Upstream docshttps://github.com/joe-re/sql-language-server#readme
LicenseMIT
Source archivehttps://registry.npmjs.org/sql-language-server/-/sql-language-server-1.7.1.tgz
Last updated2026-06-22T14:06:21-07:00
Pulseupdated
Dependenciesnode, terminal-notifier
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesql-language-server
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment