Package Exports
- @softrams/nodejs-oracle-connector
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@softrams/nodejs-oracle-connector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Oracle DB Connector
Wrapper utility to easily manage multiple data sources and pooled connections.
Requirements
Oracle Instant Client
https://www.oracle.com/database/technologies/instant-client/downloads.html
Node Installation
We've noticed incompatible behavior on OSX using Node versions installed via nodejs.org or NVM. If you are receiving "Cannot locate a 64-bit Oracle Client library" when attemtping to access Oracle, try the following:
- Uninstall Node
brew update && brew install node
If you wish to use NVM to maintain parallel Node installations, ensure that it defaults to using the Brew-installed system installation for compatibility with this library.