Skip to content

Sample Scala app on Play using Flyway for database migrations

Notifications You must be signed in to change notification settings

georgewsu/scala-play-flyway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Play Flyway sample app

This is a sample app using Scala on Play. It demonstrates using the Flyway framework to run database migrations. It currently uses the h2 database but can be modified to run on Postgres or MySQL.

Setting up project

The sample project was tested on Scala 2.10 and Play 2.1.1

Prequisites

Scala Play

Clone the repository using git

git clone https://github.com/georgewsu/scala-play-flyway.git

Run using Play

cd scala-play-flyway
play run

About

Sample Scala app on Play using Flyway for database migrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages