Skip to main content

Crate fsqlite

Crate fsqlite 

Source
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.
PreparedStatement
A prepared SQL statement.
Row
A database row produced by a query.
TraceMask
Compatibility mask for sqlite3_trace_v2-style callbacks.

Enums§

TraceEvent
sqlite3_trace_v2-style callback event payload.