commit ed12dfd1fd911679ae20d432cd5ba889cf538b6a
parent 00eef2ed75f4d4a0e02719df175c4926828dea94
Author: triesap <tyson@radroots.org>
Date: Mon, 2 Mar 2026 23:09:00 +0000
docs: update `radroots-sql-core` readme
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/sql-core/README.md b/crates/sql-core/README.md
@@ -5,8 +5,8 @@ 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
+- support feature-gated native, web bridge, and embedded execution surfaces
- provide reusable SQL primitives for higher-level Rad Roots crates
## License