You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+3
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ labels: bug
6
6
assignees: ''
7
7
8
8
---
9
+
<!--
9
10
10
11
Starting from node-oracledb 6.0 onwards, we have the 'Thin' and 'Thick' modes.
11
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.
@@ -17,6 +18,8 @@ Please see the following blogs to understand the Thin and Thick modes in node-o
17
18
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)
0 commit comments