Module diesel::sqlite [−][src]
Expand description
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
The SQLite query builder
Structs
The SQLite backend
Connections for the SQLite backend. Unlike other backends, “connection URLs”
for SQLite are file paths, URIs, or special
identifiers like :memory:
.
Enums
Determines how a bind parameter is given to SQLite