Module sql_dialect

Source
Available on crate feature i-implement-a-third-party-backend-and-opt-into-breaking-changes only.
Expand description

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

Modulesยง

alias_syntax
This module contains all reusable options to configure SqlDialect::AliasSyntax
array_comparison
This module contains all reusable options to configure SqlDialect::ArrayComparison
batch_insert_support
This module contains all reusable options to configure SqlDialect::BatchInsertSupport
concat_clause
This module contains all reusable options to configure SqlDialect::ConcatClause
default_keyword_for_insert
This module contains all reusable options to configure SqlDialect::InsertWithDefaultKeyword
default_value_clause
This module contains all reusable options to configure SqlDialect::DefaultValueClauseForInsert
exists_syntax
This module contains all reusable options to configure SqlDialect::ExistsSyntax
from_clause_syntax
This module contains all reusable options to configure SqlDialect::EmptyFromClauseSyntax
on_conflict_clause
This module contains all diesel provided reusable options to configure SqlDialect::OnConflictClause
returning_clause
This module contains all reusable options to configure SqlDialect::ReturningClause
select_statement_syntax
This module contains all reusable options to configure SqlDialect::SelectStatementSyntax