Preparing search index...
The search index is not available
@hotmeshio/hotmesh
@hotmeshio/hotmesh
types/postgres
PostgresPoolClientType
Interface PostgresPoolClientType
interface
PostgresPoolClientType
{
query
:
(
(
text
:
string
,
values
?:
any
[]
)
=>
Promise
<
PostgresQueryResultType
>
)
;
release
:
(
(
)
=>
void
)
;
}
Index
Properties
query
release
Properties
query
query
:
(
(
text
:
string
,
values
?:
any
[]
)
=>
Promise
<
PostgresQueryResultType
>
)
release
release
:
(
(
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
query
release
@hotmeshio/hotmesh
Loading...