synctato 0.1.10

A JSONL-based embedded database with sharding, transactions, and CRDT-style merge
Documentation
1
2
3
4
5
6
7
8
mod cli;
mod local;

pub(crate) use cli::*;
pub(crate) use local::*;

// Re-exported for the store! macro expansion in external crates.
pub use local::{open_repo, read_remote_table};