@vectorize-io/vectorize-client
    Preparing search index...

    Interface POSTGRESQLConfig

    Configuration for PostgreSQL connector

    POSTGRESQLConfig

    interface POSTGRESQLConfig {
        table: string;
    }
    Index

    Properties

    Properties

    table: string

    Table Name. Example: Enter

    or .

    POSTGRESQLConfig