How to connect node.js application in apigee edge with ibm db2 database

hello @A.Anu Manasa , I haven’t tried it DB2 with Node.js on Edge, but if there’s no native code C code in it, it should work https://www.npmjs.com/package/ibm_db. Please try them and let me know how it goes.

The module has native code. Your best bet is to use Java instead