Hacker News new | ask | show | jobs
by yencabulator 216 days ago
> 3. Binary protocol - implemented PostgreSQL wire protocol from scratch

Any chance of contributing to https://crates.io/crates/pgwire ? pgwire has been great on the server end for me, and it would make sense to have a single high-quality implementation of the whole protocol.

Also, your SQL parser is gonna miss out on a lot of the very complex language. Have you seen https://crates.io/crates/sqlparser ?