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