citadeldb-txn 0.4.0

Transaction manager with MVCC, commit protocol, and pending-free chain for Citadel
Documentation
1
2
3
4
5
6
7
pub mod catalog;
pub mod integrity;
pub mod manager;
pub mod merkle;
pub mod pending_free;
pub mod read_txn;
pub mod write_txn;