Module sqlx_oldapi::sqlite 
source · Available on crate feature 
sqlite only.Expand description
SQLite database driver.
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 ofRowfor SQLite.
- Implementation of [TransactionManager] for SQLite.
- Type information for a SQLite type.
Enums
- Refer to SQLite documentation for the meaning of the database journaling mode.
- Refer to SQLite documentation for the meaning of the connection locking mode.
- Refer to SQLite documentation for the meaning of various synchronous settings.
Traits
- An alias forExecutor<'_, Database = Sqlite>.
Type Definitions
- An alias forPool, specialized for SQLite.
- An alias forPoolOptions, specialized for SQLite.