YugabyteDB

YugabyteDB

  • Verified Versions: 2.4, 2.7
  • Maintainer: Community

Supported Versions and Support Levels

Driver

Item Details
URL format jdbc:postgresql://host:port/database
SSL support Yes - add ?ssl=true
Ships with Flyway Command-line Yes
Maven Central coordinates org.postgresql:postgresql
Supported versions 9.3-1104-jdbc4 and later
Default Java class org.postgresql.Driver

Java Usage

YugabyteDB support is a separate dependency for Flyway and will need to be added to your Java project to access these features.

Maven

Open Source


<dependency>
    <groupId>org.flywaydb</groupId>
    <artifactId>flyway-database-yugabytedb</artifactId>
</dependency>

Gradle

Open Source

dependencies {
    compile "org.flywaydb:flyway-database-yugabytedb"
}

Notes

YugabyteDB is a variant of PostgreSQL and Flyway usage is the same for the two databases. For more details, please refer to the PostgreSQL page.

Limitations

  • AWS SecretsManager is not supported with YugabyteDB.

Didn't find what you were looking for?