polodb_core 2.0.0

PoloDB is an embedded JSON-based database
Documentation
1
2
3
4
5
6
7
mod frame_header;
pub(crate) mod pagecache;
mod transaction_state;
mod journal_manager;
mod file_backend;

pub(crate) use file_backend::FileBackend;