@earth-app/collegedb
    Preparing search index...

    Interface CrudReturningOptions

    Options shared by the object CRUD helpers that support a RETURNING clause.

    interface CrudReturningOptions {
        returning?: string | boolean | string[];
    }

    Hierarchy (View Summary)

    Index
    returning?: string | boolean | string[]

    Append a RETURNING clause; true returns *, or pass explicit columns