@supabase/server - v1.7.0
    Preparing search index...

    Interface WithPostgresClientConfigAlpha

    Alpha. Configuration for withPostgresClient.

    The composable middleware surface tracks @supabase/middleware 0.x — entry shapes, context keys, and config options may change between 0.x releases.

    interface WithPostgresClientConfig {
        connectionString?: string;
        errors?: ErrorResponseConfig;
    }

    Hierarchy (View Summary)

    Index

    Properties

    connectionString?: string

    Defaults to getEnv('SUPABASE_DB_URL') (from @supabase/middleware).

    How much of an error to include in a short-circuit response body.