@watzon/baserow
Preparing search index...
types
PostgreSQLDataSync
Interface PostgreSQLDataSync
interface
PostgreSQLDataSync
{
id
:
number
;
lastError
?:
null
|
string
;
lastSync
?:
null
|
string
;
postgresqlDatabase
:
string
;
postgresqlHost
:
string
;
postgresqlPort
?:
number
;
postgresqlSchema
?:
string
;
postgresqlSslmode
?:
string
;
postgresqlTable
:
string
;
postgresqlUsername
:
string
;
syncedProperties
:
DataSyncSyncedProperty
[]
;
type
:
"postgresql"
;
}
Hierarchy (
View Summary
)
BaseDataSync
PostgreSQLDataSync
Index
Properties
id
last
Error?
last
Sync?
postgresql
Database
postgresql
Host
postgresql
Port?
postgresql
Schema?
postgresql
Sslmode?
postgresql
Table
postgresql
Username
synced
Properties
type
Properties
id
id
:
number
Optional
last
Error
lastError
?:
null
|
string
Optional
last
Sync
lastSync
?:
null
|
string
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
:
DataSyncSyncedProperty
[]
type
type
:
"postgresql"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
last
Error
last
Sync
postgresql
Database
postgresql
Host
postgresql
Port
postgresql
Schema
postgresql
Sslmode
postgresql
Table
postgresql
Username
synced
Properties
type
@watzon/baserow
Loading...