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.
createPool
1 parent 8979eb1 commit 98623ddCopy full SHA for 98623dd
typings/mysql/index.d.ts
@@ -44,6 +44,7 @@ export interface Prepare extends BasePrepare {}
44
export function createConnection(connectionUri: string): BaseConnection;
45
export function createConnection(config: ConnectionOptions): BaseConnection;
46
47
+export function createPool(connectionUri: string): BasePool;
48
export function createPool(config: PoolOptions): BasePool;
49
50
export function createPoolCluster(config?: PoolClusterOptions): PoolCluster;
0 commit comments