pub fn load_glob(pattern: &str) -> Result<Vec<MigrationFile>>Expand description
Load all SQL files matching a glob pattern (e.g. migrations/*.sql).
pub fn load_glob(pattern: &str) -> Result<Vec<MigrationFile>>Load all SQL files matching a glob pattern (e.g. migrations/*.sql).