Module sqlx_core::sqlite[][src]

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 a Sqlite database.

Implementation of Row for SQLite.

Implementation of [TransactionManager] for SQLite.

Type information for a SQLite type.

Enums

Type Definitions

An alias for Pool, specialized for SQLite.

An alias for PoolOptions, specialized for SQLite.