joeferner / node-oracle

node.js driver to connect with an oracle database.
MIT License
271 stars 99 forks source link

This library is not maintained.

The node-oracle driver is obsolete. Oracle has a new driver: node-oracledb.

Please install the new driver with 'npm install oracledb'. Instructions are here.

If you absolutely need the old driver, use 'npm install oracle@0.3.9'