commit 1353d7bb13ccc24b256a72cd0d6bddcf6c2efa70 parent 8057f13bcf72eceb3741c961b05e6def78a39eb7 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 15:17:28 +0000 docs: update `radroots-sql-wasm-bridge` readme Diffstat:
| A | crates/sql-wasm-bridge/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/sql-wasm-bridge/README.md b/crates/sql-wasm-bridge/README.md @@ -0,0 +1,14 @@ +# radroots-sql-wasm-bridge + +Wasm SQL bridge primitives for Rad Roots data layers. + +## Goals + +- define stable wasm bridge interfaces for SQL exec, query, and export calls +- keep bridge transaction helper behavior deterministic across wasm integrations +- provide a narrow host interop boundary for SQL runtime crates +- expose reusable wasm SQL bridge primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.