Show HN: SQL++ – 5x faster than Prisma (Rust)

(github.com)

2 points | by SinisterMage2 5 hours ago ago

2 comments

  • NuSkooler 2 hours ago

    I don't quite understand the name. Sort of follows the "I wrote this in C++" convention of naming.

  • yencabulator 5 hours 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 ?