Module diesel::backend::sql_dialect::batch_insert_support
source · Expand description
This module contains all reusable options to configure
SqlDialect::BatchInsertSupport
Structs§
- Indicates that this backend does not support batch insert statements. In this case diesel will emulate batch insert support by inserting each row on it’s own
- Indicates that this backend supports postgres style batch insert statements to insert multiple rows using one insert statement
Traits§
- A marker trait indicating if batch insert statements are supported for this backend or not