Directory
Drizzle ORM
TypeScript SQL query builder and ORM
FreeDatabases & backendorm.drizzle.team
What it is
A headless TypeScript ORM whose query API deliberately mirrors SQL, so a Drizzle query reads like the statement it compiles to. Supports Postgres, MySQL, SQLite, SingleStore, MSSQL and CockroachDB, with dedicated drivers for Neon, Supabase, Turso, PlanetScale and Cloudflare D1. Drizzle Kit handles migrations.
Why it earns a slot
No code generation step and no separate engine binary, so it runs inside edge runtimes and whatever sandbox an agent is building in. Being close to SQL, models translate a schema idea into working queries with fewer invented helpers.
Know before you commit
Relational query ergonomics are thinner than Prisma's, and
drizzle-kit push against production can drop columns without much ceremony. Migration tooling has churned across versions.Getting started
npm i drizzle-orm && npm i -D drizzle-kit
Neighbourhood
How Drizzle ORM sits against the rest of the atlas — swaps, companions and the tools builders actually save alongside it.
Also in Databases & backend
Appwrite
appwrite.ioNot yet swept
Open-source Firebase alternative
Free tier + paidDatabases & backend
Free: 2 projects, 5GB bandwidth, 2GB storage, 750K executions, 75K MAU. Pro from $25/member/mo (2TB bandwidth, 150GB storage, 200K MAU).
Open dossier
Cloudflare D1
developers.cloudflare.comNot yet swept
SQLite on Cloudflare Workers
Free tier + paidDatabases & backend
Workers Free: 5M row reads/day, 100K writes/day, 5GB total, 10 databases at 500MB each. Workers Paid $5/mo: 25B reads and 50M writes monthly, then $0.001/M reads and $1.00/M writes.
Open dossier
Convex
convex.devNot yet swept
Reactive TypeScript backend platform
Free tier + paidDatabases & backend
Free: 0.5GB DB, 1GB file storage, 1M function calls/mo, 1GB egress. Starter adds usage-based overages. Professional $25/developer/mo. Business from $2,500/mo.
Open dossier
Firebase
firebase.google.comNot yet swept
Google BaaS with NoSQL and auth
Free tier + paidDatabases & backend
Spark free: Firestore 1GiB, 50K reads/20K writes per day, 10GiB egress, 50K Auth MAU. Blaze is pay-as-you-go; Cloud Functions require Blaze.
Open dossier