QuestDB

Supported Versions and Support Levels

Driver

Item Details
URL format jdbc:postgresql://host:port/database
SSL support Not tested
Ships with Flyway Command-line Yes
Maven Central coordinates org.postgresql:postgresql
Supported versions N/A
Default Java class org.postgresql.Driver
Flyway Community implementation flyway-community-db-support

Java Usage

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

Maven

<dependency>
    <groupId>org.flywaydb</groupId>
    <artifactId>flyway-database-questdb</artifactId>
</dependency>

Gradle

dependencies {
    implementation "org.flywaydb:flyway-database-questdb"
}

Didn't find what you were looking for?