README (804B)
1 # radroots_sql_core 2 3 This is the README for `radroots_sql_core`, which provides SQL execution and 4 migration primitives for the `radroots` core libraries. 5 6 ## Overview 7 8 * the `SqlExecutor` trait and `ExecOutcome` type used by higher-level database 9 crates; 10 * native SQLite execution and utility support behind the `native` feature; 11 * WebAssembly execution, export locking, and bridge integration for 12 browser-facing builds; 13 * optional embedded-engine support for self-contained runtimes and migration 14 workflows. 15 16 ## Copyright 17 18 Except as otherwise noted, all files in the `radroots_sql_core` distribution 19 are 20 21 Copyright (c) 2020-2026 Tyson Lupul 22 23 For information on usage and redistribution, and for a DISCLAIMER OF ALL 24 WARRANTIES, see LICENSE included in the `radroots_sql_core` distribution.