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.
- Host: GitHub
- URL: https://github.com/joeferner/node-oracle
- Owner: joeferner
- License: mit
- Created: 2011-12-20T22:10:47.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T23:27:22.000Z (over 9 years ago)
- Last Synced: 2024-10-17T08:47:12.212Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 195 KB
- Stars: 271
- Watchers: 49
- Forks: 99
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'