diesel::backend::sql_dialect::batch_insert_support

Trait SupportsBatchInsert

source
pub trait SupportsBatchInsert { }
Expand description

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

Implementors§