Skip to content

Commit bdfc9a0

Browse files
davehowellHowell
andauthored
Export the DBSQLSession (#45)
Co-authored-by: Howell <davhowell@au-h07fl7t6lw.modem>
1 parent a2a4b32 commit bdfc9a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import TCLIService from '../thrift/TCLIService';
22
import TCLIService_types from '../thrift/TCLIService_types';
33
import DBSQLClient from './DBSQLClient';
4+
import DBSQLSession from './DBSQLSession';
45
import NoSaslAuthentication from './connection/auth/NoSaslAuthentication';
56
import PlainHttpAuthentication from './connection/auth/PlainHttpAuthentication';
67
import HttpConnection from './connection/connections/HttpConnection';
@@ -19,4 +20,4 @@ export const thrift = {
1920
TCLIService_types,
2021
};
2122

22-
export { DBSQLClient };
23+
export { DBSQLClient, DBSQLSession };

0 commit comments

Comments
 (0)