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