lib

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

commit 751092a40cb347b3f029ee9f82b015a6e8103e61
parent ce356602bdb7254d2cf07840fea68a80b3ff1dbe
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 23:26:09 +0000

docs: update `radroots-replica-db-schema` readme

Diffstat:
Acrates/replica-db-schema/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/crates/replica-db-schema/README.md b/crates/replica-db-schema/README.md @@ -0,0 +1,14 @@ +# radroots-replica-db-schema + +Replica schema models and relational interfaces for Rad Roots data layers. + +## Goals + +- define canonical schema models and relation contracts for replica data +- keep schema serialization and type export deterministic across targets +- provide stable schema primitives for replica database and wasm crates +- preserve clear integration boundaries for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.