bullmq - v6.0.3
Preparing search index...
v6
PgModule
Interface PgModule
The lazily-required
pg
module surface the backend needs.
interface
PgModule
{
Client
:
new
(
config
?:
string
|
PgPoolConfig
)
=>
PgClient
;
Pool
:
new
(
config
?:
string
|
PgPoolConfig
)
=>
PgPool
;
}
Index
Properties
Client
Pool
Properties
Client
Client
:
new
(
config
?:
string
|
PgPoolConfig
)
=>
PgClient
Pool
Pool
:
new
(
config
?:
string
|
PgPoolConfig
)
=>
PgPool
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Client
Pool
bullmq - v6.0.3
Loading...
The lazily-required
pgmodule surface the backend needs.