macro_rules! database_call {
    ($function:expr) => { ... };
    ($action:expr, $function:expr) => { ... };
}