2 points | by SinisterMage2 5 hours ago
2 comments
I don't quite understand the name. Sort of follows the "I wrote this in C++" convention of naming.
> 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 ?
I don't quite understand the name. Sort of follows the "I wrote this in C++" convention of naming.
> 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 ?