@watzon/baserow
    Preparing search index...

    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

    postgresqlDatabase: string
    postgresqlHost: string
    postgresqlPort?: number
    postgresqlSchema?: string
    postgresqlSslmode?: string
    postgresqlTable: string
    postgresqlUsername: string
    type: "postgresql"