mindb 0.1.2

Lightweight embedded key–value store with write-ahead log and zstd compression.
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod db;
pub mod index;
pub mod observe;
pub mod query;
pub mod recovery;
pub mod storage;
pub mod write;