Skip to content

florentsorel/go-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrations

Download a tool to handle migrations

Migrate

Create a migration

migrate create -seq -ext=.sql -dir=./migrations create_some_table

Run migration

migrate -path=./migrations -database=$API_DB_DSN up

Rollback migration

migrate -path=./migrations -database=$API_DB_DSN down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages