|
|
|
|
|
by pella
638 days ago
|
|
libpg_query is a good library! "C library for accessing the PostgreSQL parser outside of the server environment" https://github.com/pganalyze/libpg_query?tab=readme-ov-file#... pg_query wrappers in other languages:
- Ruby: pg_query
- Go: pg_query_go
- Javascript (Node): pgsql-parser
- Javascript (Browser): pg-query-emscripten
- Python: psqlparse, pglast, psqlparse2
- OCaml: pg_query-ocaml
- Rust: pg_query.rs
|
|