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