Bookmarks tagged [flyway]
https://reflectoring.io/database-migration-spring-boot-flyway/
A comprehensive guide for database migrations using Flyway with and without Spring Boot.
https://flywaydb.org/documentation/
Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.
- tags: flyway, docs
- source code
https://auth0.com/blog/incrementally-changing-your-database-with-java-and-flyway/
In this article, we are going to learn about Flyway, a solution that helps developers to handle version control of database schemas and data on Java applications.
- tags: java, flyway, spring-boot