Aurora DSQL
Published 24 September 2026
- 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:aws-dsql:postgresql://host:port/database |
| SSL support | Required (Aurora DSQL enforces TLS; no flag needed) |
| Ships with Flyway Command-line | No |
| Maven Central coordinates | software.amazon.dsql:aurora-dsql-jdbc-connector |
| Supported versions | N/A |
| Default Java class | software.amazon.dsql.jdbc.DSQLConnector |
| Flyway Community implementation | flyway-community-db-support |
CLI Usage
Aurora DSQL support is not bundled in the Flyway CLI. To use it:
- Download the Aurora DSQL JDBC driver (or the PostgreSQL JDBC driver) and drop it into the
drivers/directory of your Flyway CLI installation. - Download and drop the flyway-database-dsql jar into
lib/flyway/.
Java Usage
Maven
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-dsql</artifactId>
</dependency>
You must also supply a JDBC driver on the classpath (either the Aurora DSQL connector or the PostgreSQL driver).
Gradle
buildscript {
dependencies {
implementation "org.flywaydb:flyway-database-dsql"
}
}
This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved