com.ticketfly.play

liquibase

package liquibase

Visibility
  1. Public
  2. All

Type Members

  1. class PlayLiquibase extends AnyRef

    Annotations
    @Singleton()
  2. class PlayLiquibaseModule extends Module

    Play Liquibase module.

    Play Liquibase module. Automatically runs Liquibase migrations on Play app startup.

    To add to your Scala Play project:

    libraryDependencies += "com.ticketfly" %% "play-liquibase" % currentVersion

    See: Play Scala Dependency Injection

Ungrouped