MCPcopy
hub / github.com/sequelize/sequelize / close

Method close

types/lib/connection-manager.d.ts:19–19  ·  view source on GitHub ↗

* Drain the pool and close it permanently

()

Source from the content-addressed store, hash-verified

17 * Drain the pool and close it permanently
18 */
19 close(): Promise<void>;
20 /**
21 * Initialize connection pool. By default pool autostart is set to false, so no connection will be
22 * be created unless `pool.acquire` is called.

Callers 15

sscce.jsFile · 0.65
closeMethod · 0.65
disconnectMethod · 0.65
disconnectMethod · 0.65
_onProcessExitMethod · 0.65
releaseConnectionMethod · 0.65
check.jsFile · 0.65
check.jsFile · 0.65
check.jsFile · 0.65
check.jsFile · 0.65
check.jsFile · 0.65
check.jsFile · 0.65

Implementers 1

ConnectionManagerlib/dialects/abstract/connection-manag

Calls

no outgoing calls

Tested by 1

simulateUnexpectedErrorFunction · 0.52