Module types

Source
Expand description

Type conversions for binding parameters and getting query results.

Statics§

SQLITE_TIME_FMT
Format of sqlite date strings

Traits§

FromSql
A trait for result values from a query.
ToSql
Values that can be bound to parameters in prepared statements.