Available on crate feature
sqlite
only.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
- SQLite specific sql types
Structs
- The SQLite backend
- This type represents a value bound to an sqlite prepared statement
- Connections for the SQLite backend. Unlike other backends, SQLite supported connection URLs are:
- Raw sqlite value as received from the database
Enums
- Determines how a bind parameter is given to SQLite
Traits
- Trait for the implementation of a SQLite aggregate function