Skip to main content

execute_raw

Function execute_raw 

Source
pub async fn execute_raw(client: &Client, sql: &str) -> Result<i32>
Expand description

Execute SQL without a transaction wrapper (for statements that can’t run in a transaction).