postgres-language-server
postgres-language-server copied to clipboard
A Language Server for Postgres
use eg https://github.com/jimporter/mike to version our docs
also cannot repro manually: 
repro for #327 that is not crashing
we should publish `postgrestools` on nixpks. since our experience with nix is limited, we would love to accept a community contribution here. :)
### Discussed in https://github.com/supabase-community/postgres-language-server/discussions/292 and https://github.com/supabase-community/postgres-language-server/discussions/472 Originally posted by **remorses** April 1, 2025 I want to use the Supabase database directly instead of a local database, to do that you...
we should add a general purpose comment parsing solution: - a comment directly above a statement should be included in the statement: change in `statement_splitter` - add an "annotation" struct...
Writing every last variation of an SQL statement felt unmaintable, and it was annoying to work with the completions tests. The new suite can be used to write large statements,...
rewires the pgls_configuration crate alongside its codegen xtask as a preparation for new lint tools (`splinter` and `pglinter`). its all the same as before, I just moved things in the...