pub async fn execute_rust(
    conn: &Connection,
    q: String,
    params: Vec<PythonSqlValue>
) -> PuffResult<(Statement, Vec<Row>)>