One more N-API detail may be useful

This commit is contained in:
Christopher Jones 2019-06-15 14:53:08 +10:00
parent 2507df7d94
commit 3045f246b5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
[N-API](https://nodejs.org/api/n-api.html) in place of
[NAN](https://github.com/nodejs/nan).
- 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.
- N-API allows node-oracledb binaries to be portable between Node.js versions on a given operating system, subject to N-API compatibility.
- 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.
- Oracle Client libraries are still required at runtime. These can be from Oracle Instant Client, the full Oracle Client, or an Oracle Database installation.
- The string representation of classes has changed to `[Object Object]` as a consequence of using N-API.
- The C compiler required for building from source code no longer needs C++11 compatibility. The node-oracledb source code is now pure C.