Ignite
Published 15 March 2023
Ignite (Thin)
- Verified Versions: N/A
- Maintainer: 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:ignite:thin://host:port/database |
SSL support | Not tested |
Ships with Flyway Command-line | No |
Maven Central coordinates | org.apache.ignite:ignite-core |
Supported versions | N/A |
Default Java class | org.apache.ignite.IgniteJdbcThinDriver |
Java Usage
Ignite 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-ignite</artifactId>
</dependency>
Gradle
Open Source
dependencies {
compile "org.flywaydb:flyway-database-ignite"
}