Flyway

List Engines

List-Engines

list-engines will list out the supported databases for the current version of Flyway.

Usage

To list all databases supported by Flyway:

./flyway list-engines

To list all databases supported by Flyway in a json format:

./flyway list-engines -outputType=json

Didn't find what you were looking for?