datastack 0.4.0

A document-based acid local database.
Documentation
1
2
3
4
5
6
7
8
9
pub mod client;
pub mod errors;
pub mod ops;
pub mod utils;

pub use client::DataStack;
pub use errors::DataStackError;
pub use ops::{increment, remove, array_union, array_remove};
pub use serde_json::{json, Value as Json};