@watzon/baserow
    Preparing search index...

    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

    postgresqlDatabase?: string
    postgresqlHost?: string
    postgresqlPort?: number
    postgresqlSchema?: string
    postgresqlSslmode?: string
    postgresqlTable?: string
    postgresqlUsername?: string
    syncedProperties?: string[]