An open API service indexing awesome lists of open source software.

https://github.com/joeferner/node-oracle

node.js driver to connect with an oracle database.
https://github.com/joeferner/node-oracle

Last synced: about 1 year ago
JSON representation

node.js driver to connect with an oracle database.

Awesome Lists containing this project

README

          

# This library is not maintained.

The node-oracle driver is obsolete. Oracle has a new
driver: [node-oracledb](https://github.com/oracle/node-oracledb).

Please install the new driver with 'npm install oracledb'. Instructions are [here](https://github.com/oracle/node-oracledb/blob/master/INSTALL.md).

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