nodedb 0.2.1

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: BUSL-1.1

//! Control operation handlers — module root.
//! Submodules: snapshot (WAL, cancel, range scan, checkpoint),
//! crdt (all CRDT operations), convert (JSON→LoroValue).

pub mod calvin;
pub mod convert;
pub mod crdt;
pub mod move_tenant;
pub mod reindex;
mod reindex_apply;
pub mod snapshot;
pub mod synonym_group;