Optional
acquireThe maximum time, in milliseconds, that pool will try to get connection before throwing error
Optional
evictThe time interval, in milliseconds, after which sequelize-pool will remove idle connections.
Optional
idleThe maximum time, in milliseconds, that a connection can be idle before being released
Optional
maxMaximum number of connections in pool. Default is 5
Optional
maxThe number of times to use a connection before closing and replacing it. Default is Infinity
Optional
minMinimum number of connections in pool. Default is 0
Optional
validateGenerated using TypeDoc
Connection Pool options.
Used in pool