Liquibase (https://www.liquibase.org/) is an open-source database schema change management solution which enables you to manage revisions of your database changes easily. Liquibase makes it easy for anyone involved in the application release process to:
Eliminate errors and delays when releasing databases.
Deploy and roll back changes for specific versions without needing to know what has already been deployed.
Deploy database and application changes together so they always stay in sync.
Liquibase supports more than 50 databases products at this moment, but not supports InterSystems IRIS database.
This idea is Liquibase to support InterSystems IRIS by adding all source necessary to allows it on liquibase repository (merge request). It is not a complex task, because is necessary creating a new class from AbstractJDBCDatabase with IRIS dialect details (like hibernate dialect).
Benefits:
1 - It will improve devops/dataops scripts that are using IRIS as database for automate database creation (migration script) and automate database changes (create, drop, insert, and other ddl/dml scripts), reducing workdays for development, testing and deployment. (this idea is a-thon).
2 - Liquibase is the most popular devops/dataops tool for databases and IRIS is not supported yet.
More details about adding support for new databases on liquibase: https://contribute.liquibase.com/extensions-integrations/extension-guides/add-a-database/
Thank you for submitting the idea.
This idea was implemented by Developer Community member(s). Please check the solution in the comments.
This idea is the 🥈 2nd place winner of the 2nd InterSystems Idea-A-Thon
Thank you, Dmitry! Great work!
please have a look
https://openexchange.intersystems.com/package/liquibase-iris