Module traits

Module traits 

Source
Expand description

SQLite-specific traits for tables, columns, and values

Traits§

DrizzleRow
Trait for database rows that can extract values using FromSQLiteValue.
FromSQLiteValue
Trait for types that can be converted from SQLite values.
SQLiteColumn
SQLiteColumnInfo
SQLiteTable
SQLiteTableInfo

Type Aliases§

SQLiteSQL
Type alias for SQL fragments with SQLite values.