aedb 0.1.10

Embedded Rust storage engine with transactional commits, WAL durability, and snapshot-consistent reads
Documentation
1
2
3
4
5
6
pub mod action;
pub mod apply;
pub mod assertions;
pub mod executor;
pub mod tx;
pub mod validation;