osirisdb 0.4.0

A SQL database engine built from scratch in Rust featuring a custom parser, binder, query planner, optimizer, catalog, and storage engine.
Documentation
1
2
3
4
/// DDL storage operations — one file per object type.
pub mod database;
// pub mod schema;   ← add when ready
// pub mod table;    ← add when ready