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