unified-llm-client
    Preparing search index...

    Interface PostgresSessionStoreOptions

    Configuration for PostgresSessionStore.

    interface PostgresSessionStoreOptions {
        connectionString?: string;
        now?: () => Date;
        pool?: PostgresSessionStorePool;
        schemaName?: string;
        tableName?: string;
    }
    Index

    Properties

    connectionString?: string
    now?: () => Date
    schemaName?: string
    tableName?: string