Skip to content

Commit a1cb7a5

Browse files
authored
Merge pull request #461 from BrendanC23/connection-types
Add connected and autocomplete types
2 parents fb9fdb2 + ecb260b commit a1cb7a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/odbc.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ declare namespace odbc {
143143
rollback(): Promise<void>;
144144

145145
close(): Promise<void>;
146+
147+
connected(): boolean;
148+
149+
autocommit(): boolean;
146150
}
147151

148152
class Pool {

0 commit comments

Comments
 (0)