Skip to main content

batch_execute

Function batch_execute 

Source
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.