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

    Interface BuildUpsertOptions

    Options accepted by buildUpsert.

    interface BuildUpsertOptions {
        returning?: string | boolean | string[];
        update?: string[];
    }
    Index
    returning?: string | boolean | string[]

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

    update?: string[]

    Columns to overwrite on conflict. Defaults to every inserted column that is not part of conflictColumns.