• Preparing search index...
  • The search index is not available
lib.reviews
  • lib.reviews
  • dal/lib/filter-where
  • createOperators

Function createOperators

  • createOperators<TRecord extends JsonObject>(): FilterWhereOperators<TRecord>

    Generates the operator helper bag exposed via Model.ops. The helpers are intentionally minimal for now: neq works on any field, containsAll targets string-array-backed columns for “must include every element”, and containsAny uses the overlap operator until we add richer casts.

    Type Parameters

    • TRecord extends JsonObject

    Returns FilterWhereOperators<TRecord>

    • Defined in dal/lib/filter-where.ts:156

Settings

Member Visibility
lib.reviews
  • Loading...

Generated using TypeDoc