loopbackio / loopback-connector-oracle

Connect Loopback to Oracle
http://loopback.io/doc/en/lb3/Oracle-connector.html
Other
28 stars 30 forks source link

node-oracledb 4.0 is avaialble #184

Closed cjbj closed 5 years ago

cjbj commented 5 years ago

I released node-oracledb 4.0 a few hours ago. The release announcement is at https://blogs.oracle.com/opal/oracle-db-named-objects-and-advanced-queuing-support-new-in-node-oracledb-40

It requires Node.js 8.16+, 10.16+ or 12. We refactored to use N-API but this has a nasty performance issue only fixed in the 8.16 & 10.16 (and 12) releases. Using N-API does mean that any node-oracledb installation shouldn't need upgrading when future Node.js versions are used.

dhmlau commented 5 years ago

Related to PR https://github.com/strongloop/loopback-connector-oracle/pull/186

dhmlau commented 5 years ago

Closing as resolved via PR https://github.com/strongloop/loopback-connector-oracle/pull/186. Thanks @cjbj for pointing this out.