migrate/driver/bash/README.md

11 lines
238 B
Markdown
Raw Normal View History

2014-08-12 03:20:28 +02:00
# Bash Driver
2014-08-13 02:38:29 +02:00
* Runs bash scripts. What you do in the scripts is up to you.
2014-08-12 03:20:28 +02:00
2014-08-13 02:38:29 +02:00
## Usage
```bash
migrate -url bash://xxx -path ./migrations create increment_xyz
migrate -url bash://xxx -path ./migrations up
migrate help # for more info
```