oracledb : Oracle Database driver by Oracle Corp.. You can installing oracledb npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install oracledb $ sudo npm install -g oracledb
If want to update the oracledb package execute the command as below,
$ sudo npm update oracledb
Update package globally,
$ npm install -g oracledb
$ sudo git clone https://github.com/rektide/oracledb.git
$ sudo npm install -g ./oracledb
oracledb@1.13.1 /usr/lib/node_modules/oracledb
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall oracledb
Package Name | oracledb |
Version | 1.13.1 |
Description | Oracle Database driver by Oracle Corp. |
Released Date | 2017-04-12T01:36:57.318Z |
Published by | cjbj |
How to Learn | https://www.npmjs.com/package/oracledb/tutorial |