Module diesel::backend::sql_dialect::on_conflict_clause
source · Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes
only.Expand description
This module contains all diesel provided reusable options to
configure SqlDialect::OnConflictClause
Structs§
- This marker type indicates that
ON CONFLICT
clauses are not supported for this backend
Traits§
- A marker trait indicating whether the on conflict clause implementation is mostly like postgresql
- A marker trait indicating if a
ON CONFLICT
clause is supported or not - A marker trait indicating if a
ON CONFLICT (...) DO UPDATE ... [WHERE ...]
clause is supported or not