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

    Interface SUPABASEAuthConfig

    Authentication configuration for Supabase

    SUPABASEAuthConfig

    interface SUPABASEAuthConfig {
        database: string;
        host: string;
        password: string;
        port?: number;
        username: string;
    }
    Index

    Properties

    database: string

    Database. Example: Enter the database name

    SUPABASEAuthConfig

    host: string

    Host. Example: Enter the host of the deployment

    SUPABASEAuthConfig

    password: string

    Password. Example: Enter the username's password

    SUPABASEAuthConfig

    port?: number

    Port. Example: Enter the port of the deployment

    SUPABASEAuthConfig

    username: string

    Username. Example: Enter the username

    SUPABASEAuthConfig