macro_rules! declare_driver_with_optional_migrate {
    ($name:ident = $db:path) => { ... };
}