Node-oracledb 6.2 for Oracle DB brings in improved SODA support and more…

Sharad Chandran
Oracle Developers
Published in
2 min readOct 11, 2023

--

Photo by Wesley Tingey on Unsplash

Release announcement: A new release of node-oracledb, the Node.js and TypeScript module for accessing Oracle Database, is available from npm.

Top features: Improved Simple Oracle Document Access (SODA) support, binaryDir attribute

Close on the heels of launching ‘Thin mode’ and advanced AQ features in node-oracledb 6.0 and 6.1, node-oracledb 6.2 brings in enhanced SODA support (for example, list indexes and add locks for SODA collection) and other new attributes like binaryDir to allow users to set the location of node-oracledb’s thick mode binaries. The new SODA capabilities will provide more control and visibility to our users than ever before, thanks to the latest SODA updates in Oracle Database 23c. We have also introduced new attributes and enhancements that will empower users to work seamlessly with node-oracledb modules and the latest features in Oracle Database 23c.

See the CHANGELOG for all the changes.

Installing or Upgrading node-oracledb

You can install or upgrade node-oracledb by updating your package.json requirements:

"dependencies": {
"oracledb": "^6.2"
},

Resources

Finally, contributions to node-oracledb are more than welcome, see CONTRIBUTING.

--

--

Sharad Chandran
Oracle Developers

Sharad Chandran is a Principal Product Manager at Oracle working on building client-side interfaces & APIs for the Oracle DB in C/C++, Python, Node.js, Go etc.