macro_rules! run_query {
    ($runner:expr, $q:expr) => { ... };
}