pub async fn raw_query<C: Connection>( cx: &Cx, conn: &C, sql: &str, params: &[Value], ) -> Outcome<Vec<Row>, Error>
Raw SQL query execution.
For queries that can’t be expressed with the type-safe builder.