prorm API Reference
    Preparing search index...

    Interface UpdateOptions

    Options for building an UPDATE: the where that selects rows, and any limit or ordering the engine permits on it.

    interface UpdateOptions {
        limit?: number;
        returning?: boolean | string[];
    }
    Index
    limit?: number
    returning?: boolean | string[]