Category: Database, Data

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.

Related Articles