IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
37 stars 22 forks source link

Rewrite code with the NAN interface #10

Closed abmusse closed 6 years ago

abmusse commented 7 years ago

Original report by Xu Meng (Bitbucket: mengxumx, GitHub: dmabupt).


In the migration from Node.js v0.12.x to Node.js v4.x, the Node.js C++ addon interface has changed a lot. So I rewrote the DB2 connector using the new interface. Once again, in the new version Node.js v8, the C++ interface has changed again. To resolve the problem, we need to rewrite the code with the NAN interface.

https://github.com/nodejs/nan

abmusse commented 6 years ago

Original comment by Xu Meng (Bitbucket: mengxumx, GitHub: dmabupt).


Duplicate of #15.