Node-oracledb 1.7 is now on NPM. The node-oracledb driver connects Node.js apps to Oracle Database.
Release details are at https://blogs.oracle.com/opal/entry/node_oracledb_1_7_0 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: https://www.npmjs.com/package/oracledb Instructions: https://github.com/oracle/node-oracledb/blob/master/INSTALL.md Doc: https://github.com/oracle/node-oracledb/blob/master/doc/api.md -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/ae684d5c-bb7b-4a71-bb9b-04e00eac3bad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
