@watzon/baserow
Preparing search index...
types
PostgreSQLDataSyncUpdate
Interface PostgreSQLDataSyncUpdate
interface
PostgreSQLDataSyncUpdate
{
postgresqlDatabase
?:
string
;
postgresqlHost
?:
string
;
postgresqlPort
?:
number
;
postgresqlSchema
?:
string
;
postgresqlSslmode
?:
string
;
postgresqlTable
?:
string
;
postgresqlUsername
?:
string
;
syncedProperties
?:
string
[]
;
}
Hierarchy
BaseDataSyncUpdate
PostgreSQLDataSyncUpdate
Index
Properties
postgresql
Database?
postgresql
Host?
postgresql
Port?
postgresql
Schema?
postgresql
Sslmode?
postgresql
Table?
postgresql
Username?
synced
Properties?
Properties
Optional
postgresql
Database
postgresqlDatabase
?:
string
Optional
postgresql
Host
postgresqlHost
?:
string
Optional
postgresql
Port
postgresqlPort
?:
number
Optional
postgresql
Schema
postgresqlSchema
?:
string
Optional
postgresql
Sslmode
postgresqlSslmode
?:
string
Optional
postgresql
Table
postgresqlTable
?:
string
Optional
postgresql
Username
postgresqlUsername
?:
string
Optional
synced
Properties
syncedProperties
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
postgresql
Database
postgresql
Host
postgresql
Port
postgresql
Schema
postgresql
Sslmode
postgresql
Table
postgresql
Username
synced
Properties
@watzon/baserow
Loading...