pub type SQLiteSQL<'a> = SQL<'a, SQLiteValue<'a>>;Expand description
Type alias for SQL fragments with SQLite values.
Aliased Type§
pub struct SQLiteSQL<'a> {
pub chunks: SmallVec<[SQLChunk<'a, SQLiteValue<'a>>; 8]>,
}Fields§
§chunks: SmallVec<[SQLChunk<'a, SQLiteValue<'a>>; 8]>