Skip to content

Commit ac0aa2f

Browse files
committed
2 parents 154ae20 + 9d0f591 commit ac0aa2f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ labels: bug
66
assignees: ''
77

88
---
9+
<!--
10+
11+
Starting from node-oracledb 6.0 onwards, we have the 'Thin' and 'Thick' modes.
12+
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.
13+
The Thick mode requires Oracle Client libraries and works similar to node-oracledb 5.5 and earlier versions.
14+
15+
Please see the following blogs to understand the Thin and Thick modes in node-oracledb:
16+
17+
[Node-oracledb 6.0](https://medium.com/oracledevs/usher-in-a-new-era-with-the-node-oracledb-6-0-pure-javascript-thin-driver-e10e2af693b2)
18+
19+
[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)
20+
21+
-->
22+
923

1024
<!--
1125

0 commit comments

Comments
 (0)