Skip to content
On this page

EdgeDB

My DB of choice for all projects. Sits on top of Postgres but has insanely well made query language & declarative schema modeling that is a breeze to edit. Nearly all queries are easy to construct & are super fast without doing any optimizations.

Colin McDonnell's interview on Zod, tRPC, EdgeDB is nice talk.

Commands

edgedb database wipe = wipe db

OSS apps

EdgeQL