Module sqlite

Source
Available on crate feature sqlite only.
Expand description

SQLite database driver.

Modules§

types
Conversions between Rust and SQLite types.

Structs§

LockedSqliteHandle
Sqlite
Sqlite database driver.
SqliteArguments
SqliteColumn
SqliteConnectOptions
Options and flags which can be used to configure a SQLite connection.
SqliteConnection
A connection to an open Sqlite database.
SqliteError
SqliteQueryResult
SqliteRow
Implementation of Row for SQLite.
SqliteStatement
SqliteTransactionManager
Implementation of [TransactionManager] for SQLite.
SqliteTypeInfo
Type information for a SQLite type.
SqliteValue
SqliteValueRef

Enums§

SqliteArgumentValue
SqliteAutoVacuum
SqliteJournalMode
Refer to SQLite documentation for the meaning of the database journaling mode.
SqliteLockingMode
Refer to SQLite documentation for the meaning of the connection locking mode.
SqliteSynchronous
Refer to SQLite documentation for the meaning of various synchronous settings.

Traits§

SqliteExecutor
An alias for Executor<'_, Database = Sqlite>.

Type Aliases§

SqlitePool
An alias for Pool, specialized for SQLite.
SqlitePoolOptions
An alias for PoolOptions, specialized for SQLite.