Module diesel::backend::sql_dialect::on_conflict_clause
source · 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 if a
ON CONFLICT
clause is supported or not