Module to_sql

Source

Macrosยง

from_value ๐Ÿ”’
to_sql_self ๐Ÿ”’
to_sql_self_fallible ๐Ÿ”’

Enumsยง

ToSqlOutput
ToSqlOutput represents the possible output types for implementers of the ToSql trait.

Traitsยง

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