mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-19 23:57:44 +00:00
2.4 KiB
2.4 KiB
Evolutionary Database. Database Version Control with Liquibase and Flyway
Evolutionary Database Design
Liquibase
- liquibase.org
- dzone: Introduction to Liquibase and Managing Your Database Source Code
- dzone: Liquibase for DBAs
- dzone: Liquibase for Developers
- dzone: Managing Your Database With Liquibase and Gradle
- dzone: Source control your database with Liquibase and Maven
- dzone: Executing Liquibase: 3 Use Cases
- percona: Database Schema Management Via Liquibase
- piotrminkowski.com: Blue-green deployment with a database on Kubernetes 🌟
Flyway
- Flyway Version control for your database. Robust schema evolution across all your environments. With ease, pleasure and plain SQL.
- dzone: Simple Database Migrations With Flyway The open source tool Flyway, as well as a maven script, will help you easily migrate and cleanup your databases, avoiding a buildup of unpleasant SQL and shell scripts.
- dzone: Mule and Flyway DB Migration Tool Integration Learn how to integrate these two technologies so your data can fly from one database to another. Hope it doesn't get tired along the way!
- dzone: Build a Spring Boot App With Flyway and Postgres