node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.

OTHER License

Downloads
996.2K
Stars
2.2K
Committers
6
node-oracledb - node-oracledb v6.5.1 Release Notes Latest Release

Published by sharadraju 5 months ago

node-oracledb v6.5.1 is now available. See the release notes for details.
This release includes bug fixes, mainly for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v6.5.0 Release Notes

Published by sharadraju 6 months ago

node-oracledb v6.5.0 is now available. See the release announcement and release notes for details.
This release contains support for the latest Oracle Database 23ai features (e.g., Vector and Implicit Connection Pooling), BigInt support and provides multiple bug fixes for the previous 6.x.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v6.4.0 Release Notes

Published by sharadraju 8 months ago

node-oracledb v6.4.0 is now available. See the release announcement and release notes for details.
This release contains improved OSON and LOB Support, introduces asynchronous iteration for SODA document cursors, and provides multiple bug fixes for the previous 6.x.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v6.3.0 Release Notes

Published by sharadraju 10 months ago

node-oracledb v6.3.0 is now available. See the release announcement and release notes for details.
This release contains support for Oracle Database Success with Info warnings, enhanced XMLType data fetching capabilities in Thin mode, new attributes, and bug fixes for the previous 6.x.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v6.2.0 Release Notes

Published by sharadraju about 1 year ago

node-oracledb v6.2.0 is now available. See the release announcement and CHANGELOG for details.
This release contains SODA enhancements, new attributes, and bug fixes for the previous 6.0.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v6.1.0 Release Notes

Published by sharadraju about 1 year ago

This is a prerelease that will become the final 6.1.0 release after staging tests have been completed. Release notes will be posted at that time.

node-oracledb - node-oracledb v6.0.3 Release Notes

Published by sharadraju over 1 year ago

node-oracledb v6.0.3 is available. See the CHANGELOG for details.
This release contains bug fixes for the previous 6.0.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v6.0.2 Release Notes

Published by sharadraju over 1 year ago

node-oracledb v6.0.2 is available. See the CHANGELOG for details.
This release contains bug fixes for the 6.0.0 and 6.0.1 releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v6.0.1 Release Notes

Published by sharadraju over 1 year ago

node-oracledb v6.0.1 is available. See the CHANGELOG for details.
This release contains bug fixes for the 6.0.0 release, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v6.0.0 Release Notes

Published by sharadraju over 1 year ago

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.

node-oracledb - node-oracledb v5.5.0 Release Notes

Published by cjbj about 2 years ago

node-oracledb v5.5.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 14 or later.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

Install with npm install oracledb. For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v5.4.0 Release Notes

Published by cjbj over 2 years ago

node-oracledb v5.4.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 12 or later.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v5.3.0 Release Notes

Published by cjbj about 3 years ago

node-oracledb v5.3.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 12 or later.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v5.2.0 Release Notes

Published by cjbj over 3 years ago

node-oracledb v5.2.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 12 or later.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v5.1.0 Release Notes

Published by cjbj almost 4 years ago

node-oracledb v5.1.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 10.16, Node.js 12, Node.js 14, or later.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v5.0.0 Release Notes

Published by cjbj over 4 years ago

node-oracledb v5.0.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 10.16, Node.js 12, Node.js 14, or later.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v4.2.0 Release Notes

Published by cjbj almost 5 years ago

node-oracledb v4.2.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v4.1.0 Release Notes

Published by cjbj almost 5 years ago

node-oracledb v4.1.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v4.0.1 Release Notes

Published by cjbj about 5 years ago

node-oracledb v4.0.1 is available. See the CHANGELOG for details.

Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb v4.0.0 Release Notes

Published by cjbj over 5 years ago

node-oracledb v4.0.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

For other environments, refer to INSTALL on building from source code.