Skip to content

node-oracledb v6.0.0 Release Notes

Choose a tag to compare

@sharadraju sharadraju released this 24 May 09:21
· 498 commits to main since this release

node-oracledb v6.0.0 is available. See the release announcement and release notes.

This version of node-oracledb is now a ‘Thin’ mode driver by default. The Thin mode is implemented purely in JavaScript and connects directly to Oracle Database. You can also enable a ‘Thick’ mode that will allow the optional use of Oracle client libraries with some additional functionality.

Install with npm install oracledb.