Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

Status Done by Community
Categories InterSystems IRIS
Created by Yuri Marx
Created on Aug 9, 2023

Support for Liquibase

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/

  • ADMIN RESPONSE
    Sep 12, 2023

    Thank you for submitting the idea.

    This idea was implemented by Developer Community member(s). Please check the solution in the comments.