Postgres Language Server
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
0.20.0
🚀 Features
- (wasm) WASM bindings for browser use (#638)
- (completions) Syntax-aware completions for select statement (#654)
- (dblint) Add pglinter (#632)
- Initial pretty printer (#546)
🐛 Bug Fixes
- Address wasm pr feedback (#666)
- (cd) Wasm build and release (#667)
- (config) Strip jsonc comments and trailing commas (#671)
- Release windows binaries with .exe (#670)
🚜 Refactor
- Download vendor dir on build if not available (#633)
⚙️ Miscellaneous Tasks
- Minor fixes for dblint + docs (#637)