Expand description
Top-level facade of the C-free oxisqlite engine, a Pure-Rust fork of
limbo 0.0.22 and entry point for the oxisql-sqlite-compat backend.
Re-exports Connection, Statement, params/params_from_iter, and
Value as a thin, ergonomic wrapper; bytecode execution, storage, and
SQL processing all live in oxisqlite-core.
Re-exports§
pub use value::Value;pub use params::params_from_iter;
Modules§
Macros§
- named_
params - Construct named params from a hetergeneous set of params types.
- params
- Construct positional params from a hetergeneous set of params types.