use crate::db::migration::Migration; pub struct AppConfig { pub name: &'static str, pub migrations: &'static [Migration], }