Module sql

Module sql 

Source

Enums§

Value
Owning dynamic type value. Value’s type is typically dictated by SQLite (not by the caller).

Constants§

NULL

Traits§

ToSql
A trait for types that can be converted into SQLite values. Returns Error::ToSqlConversionFailure if the conversion fails.