Crate cdbc_sqlite
source · [−]Expand description
SQLite database driver.
Re-exports
pub extern crate cdbc;
Modules
Conversions between Rust and SQLite types.
Structs
Sqlite database driver.
Options and flags which can be used to configure a SQLite connection.
A connection to an open Sqlite database.
Implementation of [TransactionManager
] for SQLite.
Type information for a SQLite type.
Enums
Refer to SQLite documentation for the meaning of various synchronous settings.
Traits
An alias for Executor<'_, Database = Sqlite>
.
Type Definitions
An alias for [Pool
][crate::pool::Pool], specialized for SQLite.
An alias for [PoolOptions
][crate::pool::PoolOptions], specialized for SQLite.