kysely
Preparing search index...
PostgresPoolClient
Interface PostgresPoolClient
interface
PostgresPoolClient
{
query
<
R
>
(
sql
:
string
,
parameters
:
readonly
unknown
[]
,
)
:
Promise
<
PostgresQueryResult
<
R
>
>
;
query
<
R
>
(
cursor
:
PostgresCursor
<
R
>
)
:
PostgresCursor
<
R
>
;
release
()
:
void
;
}
Index
Methods
query
release
Methods
query
query
<
R
>
(
sql
:
string
,
parameters
:
readonly
unknown
[]
,
)
:
Promise
<
PostgresQueryResult
<
R
>
>
Type Parameters
R
Parameters
sql
:
string
parameters
:
readonly
unknown
[]
Returns
Promise
<
PostgresQueryResult
<
R
>
>
query
<
R
>
(
cursor
:
PostgresCursor
<
R
>
)
:
PostgresCursor
<
R
>
Type Parameters
R
Parameters
cursor
:
PostgresCursor
<
R
>
Returns
PostgresCursor
<
R
>
release
release
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
query
release
kysely
Loading...