Skip to main content

Module batch_update_support

Module batch_update_support 

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

This module contains all reusable options to configure SqlDialect::BatchUpdateSupport

Structs§

DoesNotSupportBatchUpdate
Indicates that this backend does not support batch update statements.

Traits§

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