trailbase/crates/sqlvalue
Sebastian Jeltsch 23b659b8c6 Introduce our own Value/ValueRef types to trailbase_sqlite. This is generally good practice but also a pre-requisite if we ever wanted to support other DBs.
Also stop leaking `rusqlite::Error`. Note that we're still leaking `rusqlite::Connection` itself in `Connection::call.*` and locking APIs.
2026-04-11 13:06:16 +02:00
..
src Introduce our own Value/ValueRef types to trailbase_sqlite. This is generally good practice but also a pre-requisite if we ever wanted to support other DBs. 2026-04-11 13:06:16 +02:00
Cargo.toml Introduce our own Value/ValueRef types to trailbase_sqlite. This is generally good practice but also a pre-requisite if we ever wanted to support other DBs. 2026-04-11 13:06:16 +02:00