prorm API Reference
    Preparing search index...

    Interface SkipLockedOptions

    Options for SKIP LOCKED locking (PostgreSQL/MySQL 8.0+) Causes the database to skip rows that are locked instead of waiting

    interface SkipLockedOptions {
        skipLocked: true;
    }
    Index
    skipLocked: true