oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.24k stars 1.07k forks source link

thin mode support for node-oracledb #1533

Closed liudonghua123 closed 1 year ago

liudonghua123 commented 1 year ago

I searched thin mode in issues, found https://github.com/oracle/node-oracledb/issues/1497, however the original issue have closed. So I opened a new issue to track the thin mode support in node-oracledb.

I noticed that python's implementation has already finished, see https://github.com/oracle/python-oracledb#dependencies-and-interoperability. So maybe node's implementation could be soon.

VegarRingdalAibel commented 1 year ago

This sounds very nice, will also be easier to support deno/bun or any other new libs if it ever comes. 👍

liudonghua123 commented 1 year ago

@cjbj Hi, is there any updates about this feature? I am all agog of expectation.

cjbj commented 1 year ago

@liudonghua123 nothing to share yet. There is a little bit of discussion on Slack about it.

MasterOdin commented 1 year ago

@cjbj it looks like your link leads to the 6.0.0-dev readme, and not a slack thread? Was that intentional?

cjbj commented 1 year ago

@MasterOdin Partly intentional. The README has the link for joining Slack. I'll update the link to the project home page section with the same Slack info.

cjbj commented 1 year ago

See https://github.com/oracle/node-oracledb/issues/1550 :)

liudonghua123 commented 1 year ago

@cjbj wow, good work! 😄

cjbj commented 1 year ago

Done! See https://medium.com/@sharad-chandran/usher-in-a-new-era-with-the-node-oracledb-6-0-pure-javascript-thin-driver-e10e2af693b2

liudonghua123 commented 1 year ago

Thanks for your nice work!