* Get connection from pool. It sets database version if it's not already set. * Call pool.acquire to get a connection.
(opts: GetConnectionOptions)
| 27 | * Call pool.acquire to get a connection. |
| 28 | */ |
| 29 | getConnection(opts: GetConnectionOptions): Promise<Connection>; |
| 30 | /** |
| 31 | * Release a pooled connection so it can be utilized by other connection requests |
| 32 | */ |
no outgoing calls
no test coverage detected