Skip to content
On this page

PostgreSQL

Internals of PostgreSQL, The Art of PostgreSQL & Postgres Docs are great reads.

Prefer using Drizzle ORM with it.

Looking into EdgeDB too as it builds on top of Postgres and has many nice features.

Citus & Snaplet seem neat too.

Want to try build something on top of pgproto3. Also trying out pgx as a Go lib to query Postgres.

Inquery, Pg_GraphQL & IaSQL are useful.

Interested in using Malloy to query my Postgres db as it's plenty fast and is more ergonomic than SQL to use. It's query language reminds me of EdgeQL by EdgeDB.

PL/Rust & Supavisor are interesting.

Notes