Available on crate feature
sqlite
only.Expand description
SQLite database driver.
Modules§
- types
- Conversions between Rust and SQLite types.
Structs§
- Function
- Locked
Sqlite Handle - Sqlite
- Sqlite database driver.
- Sqlite
Arguments - Sqlite
Column - Sqlite
Connect Options - Options and flags which can be used to configure a SQLite connection.
- Sqlite
Connection - A connection to an open Sqlite database.
- Sqlite
Error - Sqlite
Function Ctx - Sqlite
Query Result - Sqlite
Row - Implementation of
Row
for SQLite. - Sqlite
Statement - Sqlite
Transaction Manager - Implementation of [
TransactionManager
] for SQLite. - Sqlite
Type Info - Type information for a SQLite type.
- Sqlite
Value - Sqlite
Value Ref
Enums§
- Sqlite
Argument Value - Sqlite
Auto Vacuum - Sqlite
Journal Mode - Refer to SQLite documentation for the meaning of the database journaling mode.
- Sqlite
Locking Mode - Refer to SQLite documentation for the meaning of the connection locking mode.
- Sqlite
Synchronous - Refer to SQLite documentation for the meaning of various synchronous settings.
Traits§
- Sqlite
Executor - An alias for
Executor<'_, Database = Sqlite>
.
Type Aliases§
- Sqlite
Pool - An alias for
Pool
, specialized for SQLite. - Sqlite
Pool Options - An alias for
PoolOptions
, specialized for SQLite.