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