Node-oracledb 1.7 is now on NPM.
The node-oracledb driver connects Node.js apps to Oracle Database.
tl;dr:
- New Connection pool queue when there are more requests than
available connections. Enabled by default. Lets apps cope with
connection load spikes.
- Transparent JavaScript wrapper around existing classes to allow
easier extension of node-oracledb for us and users.
- Extended existing PL/SQL Index-by bind support with 'bind by
position' syntax.
Install:
Instructions:
Doc: