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