Expand description
Public API facade for FrankenSQLite.
This crate will grow a stable, ergonomic API surface over time. In early phases it also re-exports selected internal crates for integration tests.
Re-exports§
pub use fsqlite_vfs;
Structs§
- Connection
- A database connection holding in-memory tables and schema metadata.
- Prepared
Statement - A prepared SQL statement.
- Row
- A database row produced by a query.
- Trace
Mask - Compatibility mask for sqlite3_trace_v2-style callbacks.
Enums§
- Trace
Event - sqlite3_trace_v2-style callback event payload.