QuestDB
Published 24 July 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: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"
}