Timeplus
Published 14 February 2025
- Verified Versions: N/A
- Maintainer: Flyway Open-Source Community
Supported Versions and Support Levels
- For information regarding the supported version and support levels available, please see Supported Databases for Flyway
- For information regarding the Flyway features available, please see Flyway feature summary
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"
}