node-oracledb icon indicating copy to clipboard operation
node-oracledb copied to clipboard

Deno

Open max-pub opened this issue 5 years ago • 3 comments

Any plans to support deno?

max-pub avatar Jun 02 '20 09:06 max-pub

Not from me at the moment. But feel free to start working on it :)

cjbj avatar Jun 02 '20 09:06 cjbj

Has there been any progress on this? I've attempted to import it using both skypack and esm.sh but both return errors.

ksmarty avatar Jul 22 '21 18:07 ksmarty

@ksmarty I've not heard of anyone working on this.

cjbj avatar Jul 28 '21 23:07 cjbj

I just played with deno and node-oracledb 6.0 Thin mode. There are a couple of calls to os module functions that Deno technically needs to support , but these could be worked around with some node-oracledb modification if necessary. Also there is are two usages of buffer.Buffer.byteLength() that Deno doesn't like.

In summary, a Deno-enthusiast could improve Deno and/or node-oracledb. Our group will focus on exposing database features in node-oracledb, and enhancing Thin mode functionality. I will close out this issue and wait for your PRs!

cjbj avatar May 26 '23 02:05 cjbj