From 10556fe09a56a3b650308aaa7ddf394f5a8c5b17 Mon Sep 17 00:00:00 2001 From: Lukas Fittl Date: Wed, 20 Dec 2023 14:21:09 -0800 Subject: [PATCH] Add Postgres Language Server to README (#204) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b3d420e..be37c037 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ Products, tools and libraries built on pg_query: * [pg_materialize](https://github.com/aanari/pg-materialize) * [DuckDB](https://github.com/cwida/duckdb) ([details](https://github.com/cwida/duckdb/tree/master/third_party/libpg_query)) * [pgspot](https://github.com/timescale/pgspot) +* [Postgres Language Server](https://github.com/supabase/postgres_lsp) * and more Please feel free to [open a PR](https://github.com/pganalyze/libpg_query/pull/new/master) to add yours! :)