Flyway

DB2 zOS Database

DB2 z/OS

  • Verified Versions: N/A
  • Maintainer: Community

Supported Versions and Support Levels

Driver

ItemDetails
URL formatjdbc:db2://host:port/database
SSL supportNot tested
Ships with Flyway Command-lineNo
Maven Central coordinatescom.ibm.db2.jcc
Supported versionsN/A
Default Java classcom.ibm.db2.jcc.DB2Driver

Java Usage

DB2 support is a separate dependency for Flyway and will need to be added to your Java project to access these features. DB2 is found within the flyway-database-db2zos plugin module.

Maven

Open Source

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

Gradle

Open Source

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

Didn't find what you were looking for?