//! Flat file database with chunked storage.
//!
//! Chunking achieves a balance between minimizing the number of file operations
//! and the performance cost of serializing large numbers of items to a flat file
//! format that can be manually edited and version controlled.
pub use *;
pub use *;
pub use *;