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.
Consider yoyo migrations as an alternative to Flyway. Allows for the migrations to be written in either SQL or Python, is oth open source and much easier to integrate. https://pypi.org/project/yoyo-migrations/
Good alternative to migrations only, thanks the tip, but remember thats flyway is used to do not only migrations, but to automate many sql procedures, control sql code version and is used into devops scripts. Flyway allows you data pump beetween databases. This is good to make easier migrate from oracle or db2 to iris.
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.