Macro sql_query

Source
macro_rules! sql_query {
    ($query:expr) => { ... };
    ($query:expr, $($args:tt)*) => { ... };
}