pub async fn dml(
conn: &mut PooledConnection<'_, PgManager>,
query: &str,
params: &[RowValues],
) -> Result<usize, SqlMiddlewareDbError>Expand description
Adapter for query builder dml (typed-postgres target).
ยงErrors
Returns SqlMiddlewareDbError if executing the DML fails.