Module diesel::sqlite[][src]

Provides types and functions related to working with SQLite

Much of this module is re-exported from database agnostic locations. However, if you are writing code specifically to extend Diesel on SQLite, you may need to work with this module directly.

Re-exports

pub use self::query_builder::SqliteQueryBuilder;

Modules

query_builder

The SQLite query builder

Structs

Sqlite

The SQLite backend

SqliteConnection

Connections for the SQLite backend. Unlike other backends, “connection URLs” for SQLite are file paths, URIs, or special identifiers like :memory:.

Enums

SqliteType

Determines how a bind parameter is given to SQLite