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

    Interface Postgresql

    Postgresql

    interface Postgresql {
        config: POSTGRESQLAuthConfig;
        name: string;
        type: "POSTGRESQL";
    }
    Index

    Properties

    Properties

    Postgresql

    name: string

    Name of the connector

    Postgresql

    type: "POSTGRESQL"

    Connector type (must be "POSTGRESQL")

    Postgresql