libsql-rusqlite 0.33.0

Ergonomic wrapper for SQLite (libsql fork)
Documentation
1
2
3
4
5
6
7
8
9
// Internal utilities
pub(crate) mod param_cache;
mod small_cstr;
pub(crate) use param_cache::ParamIndexCache;
pub(crate) use small_cstr::SmallCString;

// Doesn't use any modern features or vtab stuff, but is only used by them.
mod sqlite_string;
pub(crate) use sqlite_string::SqliteMallocString;