cypherlite-storage 1.2.6

Storage engine with WAL, B+Tree indexing, and ACID transactions for CypherLite
Documentation
1
2
3
4
/// MVCC-based transaction manager with read/write transaction support.
pub mod mvcc;

pub use mvcc::{ReadTransaction, TransactionManager, WriteTransaction};