Abstract
Creates an instance of AbstractDatabasePool.
The underlying pool instance.
Protected
poolThe underlying pool instance.
Abstract
closeAbstract
getGets a client from the pool for the specified queue.
The name of the queue.
const client = await pool.getClient('Queue');
Abstract class representing a database pool.