Function: query()
query<
Rows
>(params
):Promise
<{rows
:any
[]; }>
Defined in: query.ts:26
Type Parameters
• Rows extends QueryResultRow
= any
Parameters
params
string
| QueryParams
Returns
Promise
<{ rows
: any
[]; }>
query<
Rows
>(params
):Promise
<{rows
:any
[]; }>
Defined in: query.ts:26
• Rows extends QueryResultRow
= any
string
| QueryParams
Promise
<{ rows
: any
[]; }>