@owservable/postgres
Preparing search index...
PostgresConnectorOptionsType
Type Alias PostgresConnectorOptionsType
type
PostgresConnectorOptionsType
=
{
channel
?:
string
;
dbName
:
string
;
entities
:
any
[]
;
host
:
string
;
ormOptions
?:
any
;
password
:
string
;
port
:
number
;
safe
?:
boolean
;
ssl
?:
boolean
|
Record
<
string
,
any
>
;
triggers
?:
boolean
;
updateSchema
?:
boolean
;
user
:
string
;
}
Index
Properties
channel?
db
Name
entities
host
orm
Options?
password
port
safe?
ssl?
triggers?
update
Schema?
user
Properties
Optional
channel
channel
?:
string
db
Name
dbName
:
string
entities
entities
:
any
[]
host
host
:
string
Optional
orm
Options
ormOptions
?:
any
password
password
:
string
port
port
:
number
Optional
safe
safe
?:
boolean
Optional
ssl
ssl
?:
boolean
|
Record
<
string
,
any
>
Optional
triggers
triggers
?:
boolean
Optional
update
Schema
updateSchema
?:
boolean
user
user
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
db
Name
entities
host
orm
Options
password
port
safe
ssl
triggers
update
Schema
user
@owservable/postgres
Loading...