How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

New Postgres Language Server: postgres-lsp

calendar_today June 21, 2026 person domain postgresql

Built on tree-sitter-postgres , postgres-lsp implements the Language Server Protocol for PostgreSQL SQL and PL/pgSQL. Point your editor at it for .sql files and get diagnostics, navigation, completion, and formatting backed by real PostgreSQL grammar rather than regex heuristics. Features Diagnostics — Parse errors from tree-sitter reported as LSP diagnostics Semantic Tokens — Syntax highlighting…

open_in_new Read original post