@watzon/baserow
Preparing search index...
types
PostgreSQLListDataSyncPropertiesRequest
Interface PostgreSQLListDataSyncPropertiesRequest
interface
PostgreSQLListDataSyncPropertiesRequest
{
postgresqlDatabase
:
string
;
postgresqlHost
:
string
;
postgresqlPort
?:
number
;
postgresqlSchema
?:
string
;
postgresqlSslmode
?:
string
;
postgresqlTable
:
string
;
postgresqlUsername
:
string
;
type
:
"postgresql"
;
}
Hierarchy
BaseListDataSyncPropertiesRequest
PostgreSQLListDataSyncPropertiesRequest
Index
Properties
postgresql
Database
postgresql
Host
postgresql
Port?
postgresql
Schema?
postgresql
Sslmode?
postgresql
Table
postgresql
Username
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
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
type
@watzon/baserow
Loading...