pub async fn execute_raw(client: &Client, sql: &str) -> Result<i32>
Execute SQL without a transaction wrapper (for statements that can’t run in a transaction).