Expand description
This module contains binding data-types and functions for SQLite.
All the functions are wrapped with Rust functions due to safety. So, they are not accessible by outer crates.
Structs§
- sqlite3_
stmt - Binder of sqlite3_stmt from C source
Enums§
- Sqlite
Primary Result - This enumeration is the list of the possible status outcomes for the SQL statement execution on SQLite3.