Closed aDogCalledSpot closed 1 year ago
batch_execute is in both tokio_postgres::Client and tokio_postgres::Transaction and is therefore present in the non-tokio postgres::GenericClient but is missing from tokio_postgres::GenericClient.
batch_execute
tokio_postgres::Client
tokio_postgres::Transaction
postgres::GenericClient
tokio_postgres::GenericClient
Thanks! Not sure how we missed that method the first time...
batch_execute
is in bothtokio_postgres::Client
andtokio_postgres::Transaction
and is therefore present in the non-tokiopostgres::GenericClient
but is missing fromtokio_postgres::GenericClient
.