Support of dependencies which rely on an extra binary
We would like to establish connection to OracleDB from a REAM Function. For that we're using oracledb
npm module.
However this module is dependent on a third party binary (Oracle Instant Client “Basic” or “Basic Light” package), which should be in the PATH and located by the npm module.
Can REALM add support of this feature?
3
votes
Igal
shared this idea
-
Justin Nevill commented
If I'm not mistaken the lack of support for binary node modules also prevents the use of more common modules such as Canvas (https://www.npmjs.com/package/canvas). Voting for this with that in mind.