About

Flyway is an open-source database migration framework for Java. It is simple to use and it works really well. It has an API for migrating the database on application startup. Alternatively, you can also use the Flyway Maven Plugin, the Flyway Ant Tasks or the Command-line client.

Supported databases are Oracle, SQL Server, DB2, MySQL, Google Cloud SQL, PostgreSQL, H2, Hsql and Derby.

Migrations can be written in SQL (database-specific syntax (such as PL/SQL, T-SQL, ...) is supported) or Java (for advanced data transformations or dealing with LOBs)

More info: http://code.google.com/p/flyway/

history|show excerpt|excerpt history