pub async fn begin_transaction<C>( conn: &mut C, ) -> Result<Tx<'_>, SqlMiddlewareDbError>where C: DerefMut<Target = Client>,
Begin a new transaction on the provided Postgres connection.
Returns an error if creating the transaction fails.