prorm API Reference
    Preparing search index...

    Interface DialectOptions

    Construction options for a dialect instance — the connection settings and behaviour flags it needs to build and run statements.

    interface DialectOptions {
        host?: string;
        port?: number;
        database?: string;
        username?: string;
        password?: string;
        storage?: string;
        timezone?: string;
        isolationLevel?: string;
    }
    Index
    host?: string
    port?: number
    database?: string
    username?: string
    password?: string
    storage?: string
    timezone?: string
    isolationLevel?: string