macro_rules! impl_db_lookup { (key = $key:ty $(, query_prefix = $query_prefix:ty)* $(,)?) => { ... }; }