UNPKG

@warlock.js/cascade

Version:

ORM for managing databases

32 lines (31 loc) 478 B
const whereOperators = [ "=", "!=", "not", ">", ">=", "<", "<=", "in", "nin", "notIn", "all", "exists", "type", "mod", "regex", "geoIntersects", "geoWithin", "near", "between", "notBetween", "nearSphere", "elemMatch", "size", "like", "notLike", "startsWith", "endsWith", "notStartsWith", "notEndsWith", ];export{whereOperators};//# sourceMappingURL=types.js.map