nimiq-database 1.2.0

A LMDB database wrapper with support for volatile storage
Documentation
1
2
3
4
5
6
7
mod error;
pub mod mdbx;
/// Abstraction for methods related to the database.
pub mod traits;
pub mod utils;

pub use error::*;