Preparing search index...
The search index is not available
hydra-mq
hydra-mq
DatabaseClient
Interface DatabaseClient
interface
DatabaseClient
{
query
:
(
sqlQuery
:
string
,
)
=>
Promise
<
{
rows
:
Record
<
string
,
unknown
>
[]
}
>
;
}
Index
Properties
query
Properties
query
query
:
(
sqlQuery
:
string
)
=>
Promise
<
{
rows
:
Record
<
string
,
unknown
>
[]
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
query
hydra-mq
Loading...