pub async fn dml(
conn: &mut PooledConnection<'static, SqliteManager>,
query: &str,
params: &[RowValues],
) -> Result<usize, SqlMiddlewareDbError>Expand description
Adapter for query builder dml (typed-sqlite target).
ยงErrors
Returns SqlMiddlewareDbError if converting parameters or executing the statement fails.