pub async fn batch_execute<C: GenericClient + Sync>(
client: &C,
query: Sql,
) -> Result<(), PostgresError>Expand description
Runs one or more SQL statements with no returned rows.
pub async fn batch_execute<C: GenericClient + Sync>(
client: &C,
query: Sql,
) -> Result<(), PostgresError>Runs one or more SQL statements with no returned rows.