Struct sqlx_core::sqlite::LockedSqliteHandle [−][src]
pub struct LockedSqliteHandle<'a> { /* fields omitted */ }
Implementations
Returns the underlying sqlite3* connection handle.
As long as this LockedSqliteHandle
exists, it is guaranteed that the background thread
is not making FFI calls on this database handle or any of its statements.