#lein-flyway
##Intro
Leiningen Plugin for Database Migration Tool Flyway.
This plugin is alpha version, expecting defects.
##Usage
Latest stable version
aligned with flyway version 3.2.1
Configuration
lein-flyway tries to align with offical configuration properties, please refer to sample.project.clj for configuration details.
Leiningen Tasks
lein flyway ${subtask}
And subtask includes following flyway aligned tasks,
- clean
- validate
- migrate
- baseline
- repair
- info
##LICENSE
Copyright © Zhiheng Li
Licensed under the EPL (see the file LICENSE)