-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Welcome to node-oracledb 6.0 which is now 'Thin' by default #1551
-
We have released node-oracledb 6.0 !
The release announcement is here.
By default, node-oracledb now runs in a 'Thin' mode which connects directly to Oracle Database. This mode does not need Oracle Client libraries. However, when the driver does use these libraries to communicate to Oracle Database, then node-oracledb is said to be in 'Thick' mode and has additional functionality available.
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1 -
🚀 3
Replies: 2 comments 1 reply
-
@cjbj will try this in couple minutes. Good jobs
Beta Was this translation helpful? Give feedback.
All reactions
-
Excellent, I've been waiting for this for years! Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions
-
Let us know your application architecture. How much ever you can describe! Is it a standalone application that connects to the database? A single connection, or a pool of connections? Does it serve as a web server taking concurrent requests?
Beta Was this translation helpful? Give feedback.