aedb 0.2.3

Embedded Rust storage engine with transactional commits, WAL durability, and snapshot-consistent reads
Documentation
1
2
3
4
5
6
pub mod encoded_key;
pub mod index;
pub mod keyspace;
pub mod kv_segment;
pub mod page_store;
pub mod value_store;