AAI SDK
    Preparing search index...

    Type Alias CreatePostgresDbOptions

    Options for createPostgresDb.

    type CreatePostgresDbOptions = {
        max?: number;
        url: string;
    }
    Index
    max?: number

    Maximum pooled connections. Defaults to 4.

    url: string

    Postgres connection URL (e.g. the app's DATABASE_URL).