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.
OSS apps
Links
- EdgeDB 1.0 (2022) (HN)
- EdgeDB CLI - EdgeDB Command-line Tools.
- EdgeDB Rust (Reddit)
- EdgeDB TS - Official TypeScript/JS client library for EdgeDB.
- EdgeDB Docs
- EdgeDB Docs - Quick Start
- Easy EdgeDB - Illustrated textbook (Code)
- CDK EdgeDB Demo
- EdgeMorph - EdgeDB manipulator of relational, polymorphic hierarchies.
- EdgeDB RFCs
- EdgeDB Go
- EdgeDB Python
- The architecture of EdgeDB — Fantix King (2022)
- A farewell to ORMs — Colin McDonnell | EdgeDB Day (2022)
- Building a Database with Python - Yury Selivanov (2022)
- EdgeDB MCU sandbox - Sandbox for playing with EdgeDB and the EdgeQL query builder in a Next.js environment.
- Full Stack FastAPI and EdgeDB
- EdgeDB Studio
- EdgeDB examples - Starter projects for using EdgeDB with different stacks.
- EdgeQL: A primer — Victor Petrovykh (2022)
- EdgeDB Editor Plugin
- Full-stack EdgeDB + Next.js application
- EdgeDB Blog
- Colin McDonnell - Zod, tRPC, EdgeDB (2022)
- EdgeDB MCU sandbox - Sandbox for playing with EdgeDB and the EdgeQL query builder.
- EdgeDB Deno
- EdgeDB 2.0 (2022) (HN) (Video)
- My experience with EdgeDB (2022)