Databases
3 chapters.
- Recipe: SQLite From ZigOpen a database, create a table, insert with a prepared statement, and query, over the C API.
- Recipe: A Redis RESP Round TripSpeak Redis's RESP protocol over a socket, with a tiny server and client in one process.
- Recipe: The PostgreSQL Wire ProtocolSpeak Postgres directly, framing a startup handshake and a query by hand.