Ignite

Ignite (Thin)

  • Verified Versions: N/A
  • Maintainer: Community

Supported Versions and Support Levels

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"
}

Didn't find what you were looking for?