commit 0b898e879bbd1d6896c496dd254e345b11f8ba24 parent 91aa6f59b3af3987c8015744afc91a5004e949e4 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 23:41:51 +0000 docs: update `radroots-replica-db` readme Diffstat:
| A | crates/replica-db/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/replica-db/README.md b/crates/replica-db/README.md @@ -0,0 +1,14 @@ +# radroots-replica-db + +Replica SQL runtime and migration interfaces for Rad Roots data layers. + +## Goals + +- define stable SQL-backed model operations for replica schema records +- keep migration, backup, and restore behavior deterministic across targets +- expose manifest export primitives for synchronized replica snapshots +- provide reusable database interfaces for sync and wasm bridge crates + +## License + +Licensed under AGPL-3.0. See LICENSE.