pub trait PgLikeOnConflictClause: SupportsOnConflictClause { }
Expand description

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

Implementors§