diesel::backend::sql_dialect::batch_insert_support

Trait SupportsBatchInsert

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

A marker trait indicating if batch insert statements are supported for this backend or not

Implementors§