kivis 0.5.1

Type-safe database schema generation for Rust with support for custom storage backends, automatic indexing, and layered cache architectures
Documentation
1
2
3
4
5
6
7
8
9
mod buffer;
mod errors;
mod iter;
mod structure;

pub use buffer::{BufferOp, BufferOpsContainer};
pub use errors::TransactionError;
pub use iter::OpsIter;
pub use structure::DatabaseTransaction;