Play Carbonate Module

April 4, 2011 ยท View on GitHub

Module for creating and running database migrations for Play application. The main features are:

  • Timestamp based versioning of the migrations to avoid the unnecessary conflicts
  • Migrations are applied automatically on application startup
  • New migrations are created with generated SQL from Hibernate schema update

Uses a modified version of Carbon Five Database Migration (http://code.google.com/p/c5-db-migration/) framework for running the migrations.