Preparing search index...
The search index is not available
@hotmeshio/hotmesh
@hotmeshio/hotmesh
types/postgres
PostgresClientOptions
Interface PostgresClientOptions
interface
PostgresClientOptions
{
database
?:
string
;
host
?:
string
;
idleTimeoutMillis
?:
number
;
max
?:
number
;
password
?:
string
;
port
?:
number
;
user
?:
string
;
}
Hierarchy (
view full
)
PostgresClientOptions
PostgresStreamOptions
Index
Properties
database?
host?
idle
Timeout
Millis?
max?
password?
port?
user?
Properties
Optional
database
database
?:
string
Optional
host
host
?:
string
Optional
idle
Timeout
Millis
idle
Timeout
Millis
?:
number
Optional
max
max
?:
number
Optional
password
password
?:
string
Optional
port
port
?:
number
Optional
user
user
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
database
host
idle
Timeout
Millis
max
password
port
user
@hotmeshio/hotmesh
Loading...