* Drain the pool and close it permanently
()
| 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. |
no outgoing calls