Database migration using Flyway

2018-09-16 2:00 AM (6 years ago)

A new plugin, Spincast Flyway Utils, integrates Flyway into Spincast to provide easy migrations for your SQL database.

By using this plugin, you write your migrations using plain Java code, will full dependency injection support. You are also sure the appropriate connection will be used when running the SQL queries, even when your code makes use of existing components that are not aware of the migration context.