lib

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

commit 8057f13bcf72eceb3741c961b05e6def78a39eb7
parent dff12a0aef17b9cfdb8f3c8ae2a1c3fdc93aa7e8
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 15:15:56 +0000

docs: update `radroots-sql-core` readme

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

diff --git a/crates/sql-core/README.md b/crates/sql-core/README.md @@ -0,0 +1,14 @@ +# radroots-sql-core + +SQL execution and migration primitives for Rad Roots data layers. + +## Goals + +- define stable SQL executor and error interfaces across target environments +- support feature-gated native, web bridge, and embedded execution surfaces +- keep migration execution behavior deterministic across runtime targets +- provide reusable SQL primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.