/vigrate

Migration tool and wrapper for sql-migrate written in golang

Primary LanguageGo

Vigrate

migration tool and wrapper for sql-migrate written in golang.

Install

go get github.com/vada-ir/vigrate

Create Migration

vigrate create --name=migration1

Migrate Up

vigrate up --schema=schema1

Migrate Rollback

vigrate rollback --schema=schema1 --step=1

Reset Database

vigrate reset --schema=schema1

Migrate Refresh

vigrate refresh --schema=schema1 --step=1

More help

vigrate --help