guardian-db 0.19.0

High-performance, local-first decentralized database built on Rust and Iroh
Documentation
1
2
3
4
5
6
7
8
pub mod base_store;
pub mod document_store;
pub mod event_log_store;
pub mod events;
pub mod kv_store;
pub mod operation;
// Replication is handled natively by Iroh; the legacy replicator module
// (including the vestigial ReplicationInfo type) has been removed.