pub trait PgLikeOnConflictClause: SupportsOnConflictClause { }
Available on crate feature i-implement-a-third-party-backend-and-opt-into-breaking-changes only.
Expand description

A marker trait indicating whether the on conflict clause implementation is mostly like postgresql

Implementors§