Node-oracledb 1.6 now supports PL/SQL Associative Array Binding
48 views
Skip to first unread message
Christopher Jones
unread,
Feb 11, 2016, 1:15:13 PM2/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
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