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
validateA function that validates a connection.
If provided, this overrides the default connection validation built in to sequelize.
Optional
connection: Connection<Dialect>
Connection Pool options.
Used in SequelizeCoreOptions.pool