I was wondering if anybody in the Apigee community has managed to use a node.js API proxy to access an Azure database.
It looks like MS recommends using the tedious driver to do this as documented here:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connect-query-nodejs
It looks like the using tedious with the mssql package documented here:
https://www.npmjs.com/package/mssql
does not work with the current node.js implementation on the Apigee Message Processors.
Has any body out there managed to implement the mssql package successfully with Apigee or found some other way to successfully query an Azure db?
Many thanks!