Written by

Software Architect at Visum
Discussion Yuri Marx · 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?
100%
(6 votes)
Yes
0%
(0 votes)
No
Total votes: 6
This poll is closed.

Comments

Yuri Marx  Feb 3, 2021 to Evan Bauer

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.

0
Warlin Garcia  Feb 4, 2021 to Evan Bauer

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.

0