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.
2 parents 686a56e + 5b5f6cf commit ef28341Copy full SHA for ef28341
promise.d.ts
@@ -81,6 +81,7 @@ export interface Connection extends EventEmitter {
81
}
82
83
export interface PoolConnection extends Connection {
84
+ connection: Connection;
85
release(): void;
86
87
typings/mysql/lib/PoolConnection.d.ts
@@ -2,6 +2,7 @@
2
import Connection = require('./Connection');
3
4
declare class PoolConnection extends Connection {
5
6
7
8
0 commit comments