Database Agnostic
Built-in support for NoSQL (MongoDB) and SQL (MariaDB/MySQL) via Drizzle ORM. PostgreSQL support arriving soon.
Current: MongoDB
Production ReadyMongoDB
Document approach with flexible schemas.
MariaDB / MySQL
Traditional SQL with SOTA Drizzle performance.
Production Ready: SQL via Drizzle ORM
On RoadmapWe've implemented full SQL database support using Drizzle ORM. SOTA performance with:
PostgreSQL (Late Q1 2026) SQLite (Planned)
Why MongoDB First?
Flexible Schemas
Content management benefits from document-based storage. Add fields, embed objects, store any structure.
Rapid Development
No migrations for every schema change. Iterate quickly on content models without downtime.
Multilingual Native
Store translations inline with content. No complex join tables for multilingual data.
Scale Ready
MongoDB Atlas provides easy scaling. Move from free tier to enterprise without code changes.