Skip to content

20190623 Development Release: node-oracledb 4.0.0-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@cjbj cjbj released this 23 Jun 13:08
· 238 commits to dev-4.0 since this release

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 #1053 (comment)

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)