Skip to main content

async_batch_insert

Function async_batch_insert 

Source
pub async fn async_batch_insert(
    client: &Client,
    params: &Option<&Value>,
) -> Result<Value>
Expand description

Batch insert - high performance multi-row insertion Uses SET LOCAL inside a transaction to avoid session-level side effects.