shunyadb 0.1.0

A correctness-first embedded storage engine written in Rust, built around WAL, immutable LSM pages, MVCC, and deterministic crash recovery.
Documentation
1
2
3
4
5
6
7
pub mod engine;
pub mod storage;
pub mod index;
pub mod meta;
pub mod util;
pub mod lsm;
pub mod cache;