citadeldb-txn 0.8.1

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

pub use scan_iter::{TableIter, TxnScanAdapter};