~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
2 years ago
Updated
1 year, 11 months ago
Labels
No labels applied.