OptionalacquireThe maximum time, in milliseconds, that pool will try to get connection before throwing error
OptionalevictThe time interval, in milliseconds, after which sequelize-pool will remove idle connections.
OptionalidleThe maximum time, in milliseconds, that a connection can be idle before being released
OptionalmaxMaximum number of connections in pool. Default is 5
OptionalmaxThe number of times to use a connection before closing and replacing it. Default is Infinity
OptionalminMinimum number of connections in pool. Default is 0
OptionalvalidateA function that validates a connection.
If provided, this overrides the default connection validation built in to sequelize.
Connection Pool options.
Used in SequelizeCoreOptions.pool