From 9ae286ec1aecec06a8652a4ed71a15b2724826c9 Mon Sep 17 00:00:00 2001 From: Dani Maarouf Date: Thu, 16 May 2024 20:14:23 -0400 Subject: [PATCH] Add psqlparse2 to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2de4cd8..8d743725 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,8 @@ pg_query wrappers in other languages: * Go: [pg_query_go](https://github.com/pganalyze/pg_query_go) * Javascript (Node): [pgsql-parser](https://github.com/pyramation/pgsql-parser) * Javascript (Browser): [pg-query-emscripten](https://github.com/pganalyze/pg-query-emscripten) -* Python: [psqlparse](https://github.com/alculquicondor/psqlparse), [pglast](https://github.com/lelit/pglast) +* Python: [psqlparse](https://github.com/alculquicondor/psqlparse), [pglast](https://github.com/lelit/pglast), +[psqlparse2](https://github.com/dani-maarouf/psqlparse2) * OCaml: [pg_query-ocaml](https://github.com/roddyyaga/pg_query-ocaml) * Rust: [pg_query.rs](https://github.com/pganalyze/pg_query.rs)