The pool will emit a connection event when a new connection is made within the pool.
The pool will emit a connection event when a new connection is made within the pool. If you need to set session variables on the connection before it gets used, you can listen to the connection event.
The pool will emit an enqueue event when a callback has been queued to wait for an available connection.
The pool will emit an enqueue event when a callback has been queued to wait for an available connection.
Pool Extensions