-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
@citron
Description
BUN is getting traction and is a fast alternative to node.js and deno. Sadly, when invoked with bun instead of node, any code using node-oracledb send an exception : NJS-069: node-oracledb 5.5.0 requires Node.js 8.16 or later
Why ? because oracledb.js explicitely reject it. See lines 25-36 in oracledb.js
Please make node-oracledb compatible with BUN