Documentation - v0.29.6
    Preparing search index...

    Interface PostgresStorageDriverOptions

    interface PostgresStorageDriverOptions {
        account?: string;
        autoClose?: boolean;
        schema?: string;
    }
    Index

    Properties

    account?: string

    Account tag used to isolate data when multiple clients share the same database and schema.

    'default'
    
    autoClose?: boolean

    Whether to automatically close the client when the driver is destroyed.

    false
    
    schema?: string

    PostgreSQL schema to use for all tables.

    'mtcute'