Preparing search index...
The search index is not available
HotMesh
HotMesh
types/postgres
PostgresPoolType
Type Alias PostgresPoolType
Postgres
Pool
Type
:
{
connect
:
(
(
options
:
PostgresClientOptions
)
=>
Promise
<
PostgresClientType
>
)
;
query
:
(
(
text
:
string
,
values
?:
any
[]
)
=>
Promise
<
PostgresQueryResultType
>
)
;
new
(
options
:
PostgresClientOptions
)
:
PostgresPoolClientType
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
HotMesh
Loading...