Binding Node.js arrays to Oracle PL/SQL Associative Arrays (aka Index-by arrays) makes a very efficient way of transferring data since more can be transferred in each 'round trip' between Node and the database.
The node-oracledb 1.6 driver now supports this functionality, thanks to a pull request from https://github.com/doberkofler Details are in the release announcement https://blogs.oracle.com/opal/entry/node_oracledb_1_6_0 Chris -- 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/5b9fc037-3e13-4a8e-a08f-8794e0295b08%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
