Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.66 KB

flyway.md

File metadata and controls

24 lines (20 loc) · 1.66 KB

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.


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.