SingleStoreDB

SingleStoreDB

  • Verified Versions: 7.1, 7.8
  • Maintainer: Redgate

Supported Versions and Support Levels

Driver

Item Details
URL format jdbc:singlestore://host:port/database
SSL support Yes - add ?useSsl=true
Ships with Flyway Command-line Yes
Maven Central coordinates com.singlestore:singlestore-jdbc-client
Supported versions 1.1.4 and later
Default Java class com.singlestore.jdbc.Driver

Java Usage

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

Maven

Redgate

<dependency>
    <groupId>com.redgate.flyway</groupId>
    <artifactId>flyway-singlestore</artifactId>
    <version>10.10.0</version>
</dependency>

Open Source

<dependency>
    <groupId>org.flywaydb</groupId>
    <artifactId>flyway-singlestore</artifactId>
    <version>10.10.0</version>
</dependency>

You will also need to configure the repository

Gradle

Redgate

dependencies {
    implementation "com.redgate.flyway:flyway-singlestore"
}

You will also need to configure the repository


Didn't find what you were looking for?