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 7956a15 commit 2ae9309Copy full SHA for 2ae9309
lib/Connection.js
@@ -23,11 +23,13 @@ const {
23
const { iRestHttp } = require('./transports/irest');
24
const { db2Call } = require('./transports/istoredp');
25
const { sshCall } = require('./transports/sshTransport');
26
+const { odbcCall } = require('./transports/odbcTransport');
27
28
const availableTransports = {
29
idb: db2Call,
30
rest: iRestHttp,
31
ssh: sshCall,
32
+ odbc: odbcCall,
33
};
34
35
class Connection {
0 commit comments