Hello,
My team have been developing JIRA add-on with atlassian-connect-express integrating with PostgresDB. The library creates the table "AddonSettings" into our server's database and uses it to read and write data.
Currently, we have a plan to make our add-on support OracleDB. I had a research for compatibility and found out that the library is using the ORM sequelize.js, which doesn't support OracleDB.
So I would like to ask if we are really able to use the library with OracleDB. If not then do we have any solution to workaround this?
Thanks,
Khoa.