drupflare/worker - v1.0.0
Preparing search index...
ops/supervisor
HealthSql
Interface HealthSql
the shape this module needs from
ctx.storage.sql
; keeps it testable
interface
HealthSql
{
exec
(
query
:
string
,
...
params
:
unknown
[]
,
)
:
{
toArray
()
:
Record
<
string
,
unknown
>
[]
}
;
}
Index
Methods
exec
Methods
exec
exec
(
query
:
string
,
...
params
:
unknown
[]
,
)
:
{
toArray
()
:
Record
<
string
,
unknown
>
[]
}
Parameters
query
:
string
...
params
:
unknown
[]
Returns
{
toArray
()
:
Record
<
string
,
unknown
>
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
exec
drupflare/worker - v1.0.0
Loading...
the shape this module needs from
ctx.storage.sql; keeps it testable