Documentation - v0.29.1
    Preparing search index...

    Interface PostgresStorageDriverOptions

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

    Properties

    Properties

    autoClose?: boolean

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

    true
    
    schema?: string

    PostgreSQL schema to use for all tables.

    'mtcute'