aeternusdb 1.0.1

An embeddable, persistent key-value store built on an LSM-tree architecture.
Documentation
1
2
3
4
5
6
7
8
mod tests_basic;
mod tests_edge_cases;

// Priority 2 — robustness tests
mod tests_checkpoint;

// Priority 3 — API coverage & dirty-flag tests
mod tests_api;