Skip to content

CommoDor64/go-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-migrate

This is a simple script that helps keeps track of migrations.

NOT PRODUCTION READY!

Install (bin):

go get github.com/CommoDor64/go-migrate
cd go-migrate
go build

Usage:

./go-migrate -dir <migration_files_dir> -envfile <env_file_location> -dburl <connection_string_DB_in_env_file>

Test:

cd go-migrate
go test

Notes:

  • Works only with postgres-like dialect DB engines
  • Only Briefly tested and serves as a pet project

About

simple database migration script / binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published