Database migration tool supporting multiple database backends
Database migrations CLI tool
migrate$ migrate create -ext sql -dir db/migrations -seq init_schema$ migrate -path db/migrations -database postgresql://user:pass@localhost/dbname up$ migrate -path db/migrations -database postgresql://user:pass@localhost/dbname down 1