Skip to main content

pg_batch_execute

Function pg_batch_execute 

Source
async fn pg_batch_execute(client: &Object, query: &str) -> Result<(), Error>
Expand description

NOTE: mz-persist intentionally does not depend on mz-postgres-util. These helpers are the only direct driver-call boundary in this module.