Skip to content

jfilipedias/greenlight

Repository files navigation

Greelight

Getting stated

Install the migration tool e.g:

$ cd /tmp
$ curl -L https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.linux-amd64.tar.gz | tar xvz
$ mv migrate ~/go/bin/

To create a new migration you can run:

$ make migration name=your_migration_name
# Or
$ migrate create -seq -ext=.sql -dir=./migrations your_migration_name

To apply the migrations you can run:

$ make migration-up
# Or
$ migrate -path=./migrations -database=<your-postgres-dsn> up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published