DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Version Control for Distributed SQL Databases with Flyway

4 years ago dzone.com
Version Control for Distributed SQL Databases with Flyway

Summary: This is a summary of an article originally published by the source. Read the full original article here →

by Changes to the database can be written in SQL (and in some database-specific dialects like PL/SQL and T-SQL) or Java.

This allows developers to deploy and roll-back schema changes to YugabyteDB using Flyway by making use of the PostgreSQL JDBC driver.

YugabyteDB is an open-source, high-performance distributed SQL database built on a scalable and fault-tolerant design inspired by Google Spanner.

We are going to want to make a few configuration changes to get Flyway connected to the YugabyteDB database we just deployed.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com