[][src]Module sqlx::sqlite

This is supported on feature="sqlite" only.

SQLite database and connection types.

Modules

typesfeature="sqlite"

Conversions between Rust and SQLite types.

Structs

Sqlitefeature="sqlite"

Sqlite database driver.

SqliteArgumentsfeature="sqlite"
SqliteConnectionfeature="sqlite"

A connection to a Sqlite database.

SqliteCursorfeature="sqlite"
SqliteErrorfeature="sqlite"
SqliteRowfeature="sqlite"
SqliteTypeInfofeature="sqlite"
SqliteValuefeature="sqlite"

Enums

SqliteArgumentValuefeature="sqlite"

Traits

SqliteQueryAsfeature="sqlite"

Type Definitions

SqlitePoolfeature="sqlite"

An alias for Pool, specialized for Sqlite.