lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 888cf6e4f8983d2c72aebbb7cf96c709360561fb
parent 0096d1f47c8fe53ecf06e53b2a453a332b430d70
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:59 +0000

docs: update `radroots-replica-db` readme

Diffstat:
Mcrates/replica-db/README.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/crates/replica-db/README.md b/crates/replica-db/README.md @@ -4,10 +4,10 @@ Replica SQL runtime and migration interfaces for Rad Roots data layers. ## Goals -- define stable SQL-backed model operations for replica schema records +- define stable SQL-backed interfaces for replica model operations - 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 +- support export and manifest generation for synchronized replica snapshots +- provide reusable database primitives for higher-level Rad Roots crates ## License