Back to Flyway

TimescaleDB

documentation/Reference/Database Driver Reference/TimescaleDB.md

latest1.3 KB
Original Source
  • Verified Versions: 11, 12
  • Maintainer: {% include community-db.html %}

Supported Versions and Support Levels

{% include database-boilerplate.html %}

Driver

ItemDetails
URL format<code>jdbc:postgresql://<i>host</i>:<i>port</i>/<i>database</i></code>
SSL supportYes - add ?ssl=true
Ships with Flyway Command-lineYes
Maven Central coordinatesorg.postgresql:postgresql
Supported versions9.3-1104-jdbc4 and later
Default Java classorg.postgresql.Driver

Notes

TimescaleDB is an extension to PostgreSQL and Flyway usage is the same for the two databases. For more details, please refer to the PostgreSQL page.

Limitations

  • AWS SecretsManager is not supported with TimescaleDB.