...
Adding support for non-default vendors
Note |
---|
When adding custom support for a database vendor, before each update it is required to check if the are changes required to those scripts. |
In case a database vendor not supported by default is needed, the scripts parameter can also be used. In addition to the JDBC-Driver some vendors also require an additional flyway dependency (e.g. mysql). The list of supported databases can be found here: https://documentation.red-gate.com/fd/supported-databases-184127454.html .
...