polodb_core 3.3.0

PoloDB is an embedded JSON-based database
Documentation
1
2
3
4
5
6
7
8
9
mod db;
mod collection;
mod context;
pub mod db_handle;

pub use collection::Collection;
pub use db::{Database, DbResult};
pub use context::DbContext;
pub(crate) use db::SHOULD_LOG;