Skip to content

Commit 973932e

Browse files
authored
Update bug_report.md
Add information about node-oracledb 6.0, so that bugs with older node-oracledb versions are not raised.
1 parent c1a4387 commit 973932e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ assignees: ''
77

88
---
99

10+
Starting from node-oracledb 6.0 onwards, we have the 'Thin' and 'Thick' modes.
11+
The Thin mode is written purely in JavaScript and does not require Oracle Client libraries to connect to Oracle Database. We have also made Thin mode as the default mode starting from node-oracledb 6.0.
12+
The Thick mode requires Oracle Client libraries and works similar to node-oracledb 5.5 and earlier versions.
13+
14+
Please see the following blogs to understand the Thin and Thick modes in node-oracledb:
15+
16+
[Node-oracledb 6.0](https://medium.com/oracledevs/usher-in-a-new-era-with-the-node-oracledb-6-0-pure-javascript-thin-driver-e10e2af693b2)
17+
18+
[How do I choose between Thin and Thick modes](https://itnext.io/how-do-i-choose-between-thin-and-thick-modes-in-node-oracledb-6-0-c516d202a71f)
19+
20+
1021
<!--
1122
1223
Thank you for using node-oracledb.

0 commit comments

Comments
 (0)