ORMDB
The database that speaks ORM natively
ORMDB is an open-source, Rust-native relational database that understands your entities and relations, so a single query returns a whole object graph instead of the N+1 round-trips a traditional ORM generates.
- 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
cargo install ormdb-server