Module diesel::backend

source ·
Expand description

Types which represent various database backends

Traits

  • A database backend
  • This trait provides various options to configure the generated SQL for a specific backend.

Type Definitions

  • A helper type to get the bind collector for a database backend. Equivalent to <DB as HasBindCollector<'a>>::BindCollector<'a>j
  • A helper type to get the raw representation of a database type given to FromSql. Equivalent to <DB as Backend>::RawValue<'a>.