prorm API Reference
    Preparing search index...

    Interface IsolationLevel

    Transaction isolation levels

    interface IsolationLevel {
        READ_UNCOMMITTED: string;
        READ_COMMITTED: string;
        REPEATABLE_READ: string;
        SERIALIZABLE: string;
    }
    Index
    READ_UNCOMMITTED: string
    READ_COMMITTED: string
    REPEATABLE_READ: string
    SERIALIZABLE: string