Skip to main content

raw_execute

Function raw_execute 

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

Raw SQL statement execution.