ORMDB
The database that speaks ORM natively
ORMDB is an open-source relational database written in Rust that speaks ORM natively. It fetches object graphs in one round-trip, supports native relations, ACID transactions, safe online migrations, change streams (CDC), plus vector, geo, and full-text search. It drops into Prisma, Drizzle, TypeORM, and SQLAlchemy.
Install
$ cargo install ormdb-server Highlights
- Graph fetches in a single query
- Native one-to-one, one-to-many, many-to-many relations
- Safe online migrations with automatic safety grading
- Change streams for cache invalidation and real-time
- Vector, geo, and full-text search built in
- Drop-in adapters for Prisma, Drizzle, TypeORM, SQLAlchemy
More from the incredlabs data platform
- Liath — The SQLite for AI agents