polodb_core 3.3.0

PoloDB is an embedded JSON-based database
Documentation
1
2
3
4
5
6

pub(crate) mod file;
mod backend;
pub(crate) mod memory;

pub(crate) use backend::{Backend, AutoStartResult};