Private
Private
#closedPrivate
#versionProtected
Readonly
configProtected
Readonly
dialectProtected
Readonly
dialectReadonly
poolProtected
Readonly
sequelizeProtected
_connectCall dialect library to get connection
Connection config
Protected
_disconnectCall dialect library to disconnect a connection
Optional
conn: TConnectionPrivate
_loadDestroys a pooled connection and removes it from the pool.
Get connection from pool. It sets database version if it's not already set. Call pool.acquire to get a connection.
Optional
options: GetConnectionOptionsRelease a pooled connection so it can be utilized by other connection requests
Determine if a connection is still valid or not
Generated using TypeDoc
Abstract Connection Manager
Connection manager which handles pooling & replication. Uses sequelize-pool for pooling
Param: connection