The Node-oracledb 1.12 add-on for Oracle Database is now on npm. This release allows LOBs to be handled as Node.js Strings and Buffers, adding performance and ease of use. Larger LOBs can still be streamed to limit Node.js memory use. https://github.com/oracle/node-oracledb/blob/master/doc/api.md#lobhandling
Also added was a connection pool ping feature, improving the availability of applications. This allows idle, broken connections to be silently re-established ready for the next user. https://github.com/oracle/node-oracledb/blob/master/doc/api.md#connpoolpinging Various other enhancements and bug fixes also landed. For details see the Release Notes at: https://blogs.oracle.com/opal/entry/node_oracledb_1_12_working Change Log: https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md Download Links: https://www.npmjs.com/package/oracledb https://github.com/oracle/node-oracledb User Guide: https://github.com/oracle/node-oracledb/blob/master/doc/api.md Installation instructions: https://github.com/oracle/node-oracledb/blob/master/INSTALL.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/782d772b-2e34-4a1f-9aba-4a2d14cd6473%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
