We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80e744 commit 582202bCopy full SHA for 582202b
examples/example.js
@@ -38,7 +38,7 @@ const dbConfig = require('./dbconfig.js');
38
// On Windows and macOS, you can specify the directory containing your Oracle
39
// Client Libraries. If this is not done, then a standard search heuristic is
40
// used, see the node-oracledb documentation.
41
-// oracledb.initOracleClient({ libDir: 'C:\instantclient_19_3' }); // Windows
+// oracledb.initOracleClient({ libDir: 'C:\\instantclient_19_3' }); // Windows
42
// oracledb.initOracleClient({ libDir: '/Users/your_username/instantclient_19_3' }); // macOS
43
44
async function run() {
0 commit comments