Available on crate feature
sqlite
only.Modules§
Structs§
- 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
Owned Buf - Memory buffer owned and allocated by SQLite. Freed on drop.
- 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 - Update
Hook Result
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
Operation - 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. - Sqlite
Transaction - An alias for
Transaction
, specialized for SQLite.