Show HN: pg_raw_parse - parse PgSQL in Rust
By levkk · 2026-09-18 · 1 points · 0 comments
https://github.com/pgdogdev/pg_raw_parse
Hey HN! We built a wrapper on top of the Postgres native SQL parser to allow us to parse and manipulate SQL in Rust. Our library forks libpg_query [1] and its original Rust bindings, pg_query.rs [2]. By not using Protobuf and mapping our structs directly on top of the Postgres a…
Open the full discussion on BetterNews