Cubrid

Supported Versions and Support Levels

Driver

Item Details
URL format jdbc:cubrid://host:port
SSL support Not tested
Ships with Flyway Command-line No
Maven Central coordinates cubrid:cubrid-jdbc
Supported versions N/A
Default Java class cubrid.jdbc.driver.CUBRIDDriver
Flyway Community implementation flyway-community-db-support

Java Usage

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

Maven

Database support

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

Gradle

dependencies {
    implementation "org.flywaydb:flyway-database-cubrid"
}

Didn't find what you were looking for?