pub async fn async_batch_insert( client: &Client, params: &Option<&Value>, ) -> Result<Value>
Batch insert - high performance multi-row insertion Uses SET LOCAL inside a transaction to avoid session-level side effects.