node-oracledb

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

OTHER License

Downloads
996.2K
Stars
2.2K
Committers
6
node-oracledb - 20190623 Development Release: node-oracledb 4.0.0-dev

Published by cjbj over 5 years ago

Here is an installable package for the current commits on the dev-4.0 branch.

This has the major part of the project for querying & binding named Oracle types, see https://github.com/oracle/node-oracledb/issues/1053#issuecomment-504703826

If you have network access to GitHub (which I know of number of sites block!), you can install with:

npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.0-dev-20190623/oracledb-4.0.0-dev.tgz

If not, then manually download oracledb-4.0.0-dev.tgz and run npm install oracledb-4.0.0-dev.tgz

You need Node.js 8.16 or later 8.x, Node.js 10.16 or later 10.x, or Node.js 12. (Node.js 11.12 should also be usable)

node-oracledb - node-oracledb v3.1.2 Release Notes

Published by cjbj over 5 years ago

node-oracledb v3.1.2 is available with some bug fixes, see the CHANGELOG.

Pre-built binaries are available for Node 6, 8, 10 and 11 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v3.1.1 Release Notes

Published by cjbj almost 6 years ago

Node-oracledb 3.1.1 was a rebuild to resolve a Linux binary build issue. Refer to the 3.1.0 release notes for changes.

node-oracledb - node-oracledb v3.1.0 Release Notes

Published by cjbj almost 6 years ago

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

Pre-built binaries are available for Node 6, 8, 10 and 11 on:

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

In this release the pre-built binaries are included in the npm package. For other environments, refer to INSTALL on building from source code.

node-oracledb - node-oracledb 3.0.1 Release Notes

Published by cjbj almost 6 years ago

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

Pre-built binaries are available for Node 6, 8, 10 and 11 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v3.0.0 Release Notes

Published by cjbj about 6 years ago

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

Pre-built binaries are available for Node 6, 8 and 10 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v2.3.0 Release Notes

Published by cjbj over 6 years ago

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

Pre-built binaries are available for Node 6, 8 and 10 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v2.2.0 Release Notes

Published by cjbj over 6 years ago

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

Pre-built binaries are available for Node 4, 6, 8 and 9 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v2.1.2 Release Notes

Published by cjbj over 6 years ago

  • Fixed regression with end-to-end tracing attributes not being set.

  • Fix binary installer proxy 403 (Bruno Jouhier)

Pre-built binaries are available for Node 4, 6, 8 and 9 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v2.1.1 Release Notes

Published by cjbj over 6 years ago

Fixed a regression with queryStream() with Node 4 and Node 6

node-oracledb - node-oracledb v2.1.0 Release Notes

Published by cjbj over 6 years ago

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

node-oracledb - node-oracledb v2.0.15 Release Notes

Published by cjbj almost 7 years ago

node-oracledb v2.0.15 is available. See the release announcement and the CHANGELOG.md.

Pre-built binaries are available for Node 4, 6, 8 and 9 on:

  • Windows 64-bit (built with VS 2015)
  • macOS 64-bit
  • Linux 64-bit (built on Oracle Linux 6)

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

node-oracledb - node-oracledb v2.0.14-dev Release Notes

Published by cjbj almost 7 years ago

This is a development release of node-oracledb 2.0.14. There will be changes before a production 2.0 release is made.

Pre-built binaries for Node 4,6,8 and 9 are available on Github for macOS, Windows 64-bit and Linux 64-bit. The Linux binaries were built on Oracle Linux6.

Test installs with

npm install oracledb@dev

or

npm install https://github.com//oracle/node-oracledb/releases/download/v2.0.14/oracledb-2.0.14.tgz

See https://github.com/oracle/node-oracledb/issues/716 for known issues and other install information.

Node-oracledb v2 user documentation is still on the dev-2.0 branch

[Update: the oracledb-2.0.14.tgz was replaced after release, see #716]

node-oracledb - node-oracledb v2.0.13-dev Release Notes

Published by cjbj over 7 years ago

node-oracledb v2.0.13-Development has been released. The release announcement is at https://blogs.oracle.com/opal/node-oracledb-2013-development-is-now-on-github

node-oracledb - node-oracledb v1.13.1 Release Notes

Published by cjbj over 7 years ago

node-oracledb v1.13.1 is available. This fixes a regression binding NULLs to PL/SQL parameters.

node-oracledb - node-oracledb 1.13.0 Release Notes

Published by cjbj over 7 years ago

Node-oracledb 1.13 has been released. The release announcement is at https://blogs.oracle.com/opal/entry/node_oracledb_1_13_0

node-oracledb - node-oracledb v1.12.0-dev Release Notes

Published by cjbj almost 8 years ago

This is a development release of node-oracledb

For changes, see https://github.com/oracle/node-oracledb/blob/v1.12.0-dev/CHANGELOG.md