@owservable/postgres
    Preparing search index...

    Type Alias PostgresConnectorOptionsType

    type PostgresConnectorOptionsType = {
        channel?: string;
        dbName: string;
        entities: any[];
        host: string;
        ormOptions?: any;
        password: string;
        port: number;
        safe?: boolean;
        ssl?: boolean | Record<string, any>;
        triggers?: boolean;
        updateSchema?: boolean;
        user: string;
    }
    Index
    channel?: string
    dbName: string
    entities: any[]
    host: string
    ormOptions?: any
    password: string
    port: number
    safe?: boolean
    ssl?: boolean | Record<string, any>
    triggers?: boolean
    updateSchema?: boolean
    user: string