Protected
connectionProtected
idProtected
Static
connectionStatic
disconnectingProtected
Static
instancesStatic
loggerProtected
Static
poolOptional
connect?: booleanOptional
provider?: stringStatic
connectOptional
options: ProviderOptionsOptional
config: StringAnyTypeStatic
disconnectStatic
disconnectStatic
disconnectStatic
getStatic
is
Abstract class for creating connections to different backend providers. All implementations should extend this class and implement the following steps:
Provider
type in ./types/provider.ts.