@watzon/baserow
Preparing search index...
types
PostgreSQLDataSyncCreate
Interface PostgreSQLDataSyncCreate
interface
PostgreSQLDataSyncCreate
{
postgresqlDatabase
:
string
;
postgresqlHost
:
string
;
postgresqlPort
?:
number
;
postgresqlSchema
?:
string
;
postgresqlSslmode
?:
string
;
postgresqlTable
:
string
;
postgresqlUsername
:
string
;
syncedProperties
:
string
[]
;
tableName
:
string
;
type
:
"postgresql"
;
}
Hierarchy
BaseDataSyncCreate
PostgreSQLDataSyncCreate
Index
Properties
postgresql
Database
postgresql
Host
postgresql
Port?
postgresql
Schema?
postgresql
Sslmode?
postgresql
Table
postgresql
Username
synced
Properties
table
Name
type
Properties
postgresql
Database
postgresqlDatabase
:
string
postgresql
Host
postgresqlHost
:
string
Optional
postgresql
Port
postgresqlPort
?:
number
Optional
postgresql
Schema
postgresqlSchema
?:
string
Optional
postgresql
Sslmode
postgresqlSslmode
?:
string
postgresql
Table
postgresqlTable
:
string
postgresql
Username
postgresqlUsername
:
string
synced
Properties
syncedProperties
:
string
[]
table
Name
tableName
:
string
type
type
:
"postgresql"
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
table
Name
type
@watzon/baserow
Loading...