pub trait PgLikeOnConflictClause: SupportsOnConflictClause { }
Expand description
A marker trait indicating whether the on conflict clause implementation is mostly like postgresql
pub trait PgLikeOnConflictClause: SupportsOnConflictClause { }
A marker trait indicating whether the on conflict clause implementation is mostly like postgresql