tototoshi / play-flyway

Flyway plugin for Play >= 2.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

play-flyway

travis

Flyway plugin for Play 2.1 - 2.3. It aims to be a substitute for play-evolutions.

For Play 2.4, We will develop Play Module at flyway/flyway-play

Features

  • Based on Flyway
  • No 'Downs' part.
  • Independent of DBPlugin(play.api.db).

Install

For Play 2.3.x

In Build.scala/build.sbt

libraryDependencies += "com.github.tototoshi" %% "play-flyway" % "1.2.2"

and write play.plugins.

1000:com.github.tototoshi.play2.flyway.Plugin

For Play 2.2.x

In Build.scala/build.sbt

libraryDependencies += "com.github.tototoshi" %% "play-flyway" % "1.0.4"

and write play.plugins.

1000:com.github.tototoshi.play2.flyway.Plugin

For Play 2.1.x

In Build.scala/build.sbt

libraryDependencies += "com.github.tototoshi" %% "play-flyway" % "0.2.0"

and write play.plugins.

1000:com.github.tototoshi.play2.flyway.Plugin

Document

Please see Document site

About

Flyway plugin for Play >= 2.1

License:Other


Languages

Language:Scala 75.7%Language:Ruby 12.3%Language:CSS 6.1%Language:HTML 5.9%Language:JavaScript 0.0%