Timeplus

Supported Versions and Support Levels

Driver

Item Details
URL format jdbc:timeplus://host:port
SSL support Not tested
Ships with Flyway Command-line No
JDBC driver download for Command-line Timeplus JDBC Drivers
Maven Central coordinates com.timeplus:timeplus-native-jdbc
Supported versions N/A
Default Java class com.timeplus.jdbc.TimeplusDriver
Flyway Community implementation flyway-community-db-support

Java Usage

Timeplus 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-timeplus</artifactId>
</dependency>

Gradle

Open Source

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

Didn't find what you were looking for?