Skip to main content

Crate limbo

Crate limbo 

Source
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§

params
This module contains all Param related utilities and traits.
value

Macros§

named_params
Construct named params from a hetergeneous set of params types.
params
Construct positional params from a hetergeneous set of params types.

Structs§

Builder
Column
Connection
Database
Row
Rows
Statement
Transaction

Enums§

Error
Params

Traits§

IntoValue

Type Aliases§

Result