[][src]Module sqlx::sqlite

This is supported on crate feature sqlite only.

SQLite database driver.

Modules

types

Conversions between Rust and SQLite types.

Structs

Sqlite

Sqlite database driver.

SqliteArguments
SqliteColumn
SqliteConnectOptions

Options and flags which can be used to configure a SQLite connection.

SqliteConnection

A connection to a Sqlite database.

SqliteDone
SqliteError
SqliteRow

Implementation of Row for SQLite.

SqliteStatement
SqliteTransactionManager

Implementation of [TransactionManager] for SQLite.

SqliteTypeInfo

Type information for a SQLite type.

SqliteValue
SqliteValueRef

Enums

SqliteArgumentValue
SqliteJournalMode

Type Definitions

SqlitePool

An alias for Pool, specialized for SQLite.

SqlitePoolOptions

An alias for PoolOptions, specialized for SQLite.