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.6.1
๐ Bug Fixes
- Does not split statements at a
WITH TIMEZONE
anymore - Does not try to connect to
postgresql://postgres:postgres@127.0.0.1:5432/postgres
if nodb
section is configured inpostgrestools.jsonc
anymore