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 a2a4b32 commit bdfc9a0Copy full SHA for bdfc9a0
lib/index.ts
@@ -1,6 +1,7 @@
1
import TCLIService from '../thrift/TCLIService';
2
import TCLIService_types from '../thrift/TCLIService_types';
3
import DBSQLClient from './DBSQLClient';
4
+import DBSQLSession from './DBSQLSession';
5
import NoSaslAuthentication from './connection/auth/NoSaslAuthentication';
6
import PlainHttpAuthentication from './connection/auth/PlainHttpAuthentication';
7
import HttpConnection from './connection/connections/HttpConnection';
@@ -19,4 +20,4 @@ export const thrift = {
19
20
TCLIService_types,
21
};
22
-export { DBSQLClient };
23
+export { DBSQLClient, DBSQLSession };
0 commit comments