Database Migrations with Flyway 1. Introduction This article describes key concepts of Flyway and how we can use this framework to continuously remodel our application’s database schema reliably and easily. At the end, we’ll present an example of managing an in-memory H2 database using a Maven Flyway plugin. Flyway updates… Continue Reading database-migrations-with-flyway