Monday, July 21, 2014

Flyway - DB Migration Made Easy

Flyway : It is an automated DB migration tool which is suitable for Agile development environments. Existing source controls like SVN / CVS / TFS would take care of the issues at code base side but it is doesn’t address DB side. 

 

Flyway would address it and can be integrated with the Marven / Gradle / Ant / SBT [Simple Built Tool] / Command Line. Also it supports most of the popular DBs like Oracle, SQL Server, SQL Azure , MySQL, PostgreSQL, DB2 and SQLLite.

 

No comments: