Expand description
SQLite-specific traits for tables, columns, and values
Traitsยง
- Drizzle
RowBy Index - Row capability for index-based extraction.
- Drizzle
RowBy Name - Optional row capability for name-based extraction.
- DrizzleSQ
Lite Column - Trait for custom Rust types that map to a
SQLitecolumn. - FromSQ
Lite Value - Trait for types that can be converted from
SQLitevalues. - SQLite
Column - SQLite
Table