Expand description
SQLite-specific traits for tables, columns, and values
Traits§
- Drizzle
Row - Trait for database rows that can extract values using
FromSQLiteValue. - FromSQ
Lite Value - Trait for types that can be converted from SQLite values.
- SQLite
Column - SQLite
Column Info - SQLite
Table - SQLite
Table Info
Type Aliases§
- SQLiteSQL
- Type alias for SQL fragments with SQLite values.