Enums§
- Migration
- Tyep alias for a Migration. This is a String.
- Submig
Error
Functions§
- find
- Find all Migrations for a given repo It returns a Hashmap per file with a tuple made of the Vec of valid and invalid migrations based on the naming.
- get_
files - Looking for files containing:
pub type MigrationsThis command relies on havinggitinstalled and the passedrepobeing a valid git repository.