unionx / lein-flyway

Leiningen Plugin for Flyway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#lein-flyway

##Intro

Leiningen Plugin for Database Migration Tool Flyway.

This plugin is alpha version, expecting defects.

##Usage

Latest stable version

Clojars Project

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)

About

Leiningen Plugin for Flyway

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%