~petersanchez/migrate#1: 
Add basic command support

Provide a function that will provide basic command support to easily integrate CLI support into existing programs.

Something simple like:

func command(migrations []Migration) error {
    // do basic up/down, etc checks and run migrations
    return nil
}
Status
RESOLVED IMPLEMENTED
Submitter
~petersanchez
Assigned to
No-one
Submitted
3 years ago
Updated
3 years ago
Labels
No labels applied.