pub async fn raw_execute<C: Connection>( cx: &Cx, conn: &C, sql: &str, params: &[Value], ) -> Outcome<u64, Error>
Raw SQL statement execution.