Skip to content

Commit faea162

Browse files
committed
One more N-API detail may be useful
1 parent 717fb88 commit faea162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[N-API](https://nodejs.org/api/n-api.html) in place of
99
[NAN](https://github.com/nodejs/nan).
1010
- Node.js 8.16 or Node.js 10.16, or higher, is required by this version of node-oracledb. Node.js 8.16, 10.16, 11.12 and 12 contain an important N-API performance fix.
11-
- N-API allows node-oracledb binaries to be portable between Node.js versions on a given operating system, subject to N-API compatibility.
11+
- N-API allows node-oracledb binaries to be portable between Node.js versions on a given operating system, subject to N-API compatibility. Node-oracledb uses N-API version 2.
1212
- Oracle Client libraries are still required at runtime. These can be from Oracle Instant Client, the full Oracle Client, or an Oracle Database installation.
1313
- The string representation of classes has changed to `[Object Object]` as a consequence of using N-API.
1414
- The C compiler required for building from source code no longer needs C++11 compatibility. The node-oracledb source code is now pure C.

0 commit comments

Comments
 (0)