prorm API Reference
    Preparing search index...

    Interface NowaitOptions

    Options for NOWAIT locking (PostgreSQL/MySQL 8.0+) Causes the database to return an error instead of waiting for a lock

    interface NowaitOptions {
        nowait: true;
    }
    Index
    nowait: true