package
1.3.2
Repository: https://github.com/golang-migrate/migrate.git
Documentation: pkg.go.dev

# README

Bash Driver

  • Runs bash scripts. What you do in the scripts is up to you.

Usage

migrate -url bash://xxx -path ./migrations create increment_xyz
migrate -url bash://xxx -path ./migrations up
migrate help # for more info

# Structs

No description provided by the author