Module diesel::backend::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
- This module contains all reusable options to configure
SqlDialect::ArrayComparison - This module contains all reusable options to configure
SqlDialect::BatchInsertSupport - This module contains all reusable options to configure
SqlDialect::ConcatClause - This module contains all reusable options to configure
SqlDialect::InsertWithDefaultKeyword - This module contains all reusable options to configure
SqlDialect::DefaultValueClauseForInsert - This module contains all reusable options to configure
SqlDialect::ExistsSyntax - This module contains all reusable options to configure
SqlDialect::EmptyFromClauseSyntax - This module contains all diesel provided reusable options to configure
SqlDialect::OnConflictClause - This module contains all reusable options to configure
SqlDialect::ReturningClause - This module contains all reusable options to configure
SqlDialect::SelectStatementSyntax