Expand description

Types which represent various database backends

Modules

This module contains all options provided by diesel to configure the SqlDialect trait.

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>.