flyway.md
July 15, 2021 · View on GitHub
Bookmarks tagged [flyway]
www.codever.land/bookmarks/t/flyway
One-Stop Guide to Database Migration with Flyway and Spring Boot
https://reflectoring.io/database-migration-spring-boot-flyway/
A comprehensive guide for database migrations using Flyway with and without Spring Boot.
- tags: flyway, spring-boot, database-migration
- :octocat: source code
Documentation - Flyway by Boxfuse • Database Migrations Made Easy.
https://flywaydb.org/documentation/
Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.
- tags: flyway, docs
- :octocat: source code
Database Versioning with Flyway and JavaButton - CloseLearn More
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