Performing a FlyWay migration with Quarkus and Thorntail

This second tutorial about FlyWay will show you how to run a Migration using Quarkus and Thorntail using PostgreSQL Database. Flyway is an open-source library that lets you to automate version-based database migrations. Flyway records of all applied migrations into your RDBMs so that it can detect and execute the required migration steps to update … Read more