Skip to main content

raw_query

Function raw_query 

Source
pub async fn raw_query<C: Connection>(
    cx: &Cx,
    conn: &C,
    sql: &str,
    params: &[Value],
) -> Outcome<Vec<Row>, Error>
Expand description

Raw SQL query execution.

For queries that can’t be expressed with the type-safe builder.