Discussion
· Feb 3, 2021

Flyway support to InterSystems IRIS

Flyway is a open source product used to develop database code to migration, ddl version control, automate database procedures, etc. It is the most used product to do DevOps automation procedures to database. Do you consider create iris support to flyway?

https://flywaydb.org/documentation/contribute/contributingDatabaseSupport

Do you like to get support to flyway?
Results:
100%
(6 votes)
Yes
0%
(0 votes)
No
All votes: 6.
This poll is closed.
Discussion (3)2
Log in or sign up to continue

Flyway (and Liquibase) allows migrations to be written in SQL so you don't need a fully integration to be able to use them with Cache/IRIS. Fully integrating (e.g. extending Flyway) would provide access to other automations and features that otherwise are not available with just SQL e.g. using the same script in different DBMS. In the case of Liquibase, automated rollback generation, etc.