The bb8_postgres bb8_postgres::tokio_postgres::Transaction
struct provides batch_execute
method which takes only a sql string seperated by ;
, i want to be able to pass multiple sql statements with their associated parameters
Postgres does not support such an API.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.