Redgate Flyway

Aurora DSQL

Supported Versions and Support Levels

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:

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


Didn't find what you were looking for?