bullmq - v6.0.3
Preparing search index...
v6
PgQueryable
Interface PgQueryable
interface
PgQueryable
{
query
<
R
=
any
>
(
text
:
string
,
params
?:
readonly
unknown
[]
,
)
:
Promise
<
PgQueryResult
<
R
>
>
;
}
Hierarchy (
View Summary
)
PgQueryable
PgPool
Index
Methods
query
Methods
query
query
<
R
=
any
>
(
text
:
string
,
params
?:
readonly
unknown
[]
,
)
:
Promise
<
PgQueryResult
<
R
>
>
Type Parameters
R
=
any
Parameters
text
:
string
Optional
params
:
readonly
unknown
[]
Returns
Promise
<
PgQueryResult
<
R
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
query
bullmq - v6.0.3
Loading...