migrate/driver/bash/README.md
2014-08-13 03:37:48 +02:00

11 lines
238 B
Markdown

# Bash Driver
* Runs bash scripts. What you do in the scripts is up to you.
## Usage
```bash
migrate -url bash://xxx -path ./migrations create increment_xyz
migrate -url bash://xxx -path ./migrations up
migrate help # for more info
```