Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
/ vigrate Public archive

Migration tool and wrapper for sql-migrate written in golang

Notifications You must be signed in to change notification settings

vada-ir/vigrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Migration tool and wrapper for sql-migrate written in golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published