macro_rules! convert_settings {
    ($db:ident, $($name:literal => $variant:ident),*) => { ... };
}