Documentation
Preparing search index...
@saltcorn/db-common
dbtypes
DatabaseClient
Type Alias DatabaseClient
type
DatabaseClient
=
{
query
:
(
sql
:
String
,
parameters
?:
any
[]
)
=>
Promise
<
{
rows
:
Row
[]
}
>
;
}
Index
Properties
query
Properties
query
query
:
(
sql
:
String
,
parameters
?:
any
[]
)
=>
Promise
<
{
rows
:
Row
[]
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
query
Documentation
Loading...