Blog
Insights on database engineering, ORM performance, and building ormDB.
Why We Built ormDB
The story behind ormDB: why we built a relational database engine from scratch in Rust to solve the problems that every ORM user faces.
announcementarchitecturedatabase
The N+1 Problem Is a Database Problem, Not an ORM Problem
N+1 queries aren't caused by ORMs being bad at SQL. They're caused by databases not understanding what ORMs need. Here's why the fix belongs in the database.
performancen+1architecture