Crate submig_lib

Source

Enums§

Migration
Tyep alias for a Migration. This is a String.
SubmigError

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 Migrations This command relies on having git installed and the passed repo being a valid git repository.

Type Aliases§

Result