Database migration using Flyway
I have introduced to you database migration using Liquibase. Flyway does the same thing but in a much simpler way. It does not need to use a lock table during migration. How is the specification? Let’s find out together in this tutorial! First, I will… Read More