Using Convex Ent with Table helper
Does Convex Ent work with the Table utility from Convex helpers?
9 Replies
Also is there a way to use with Zod zquery?
Hey @glucinater , what functionality from the Table utility in convex-helpers are you looking for that Ents don't provide?
I used to use the validator from it, currently using zod and zQuery instead
I’d like to use ent for the lazy map/filtering but not sure how to rework the zQuery stuff to work with ent
You should be able to use
zCustomQuery
instead of customQuery
in the Convex Ents setup. Does it work?Ill try it out in a bit
what are convex ents?
Convex Ents - Convex Ents
Relations, default values, unique fields and more for Convex
Not known to the docs bot because it's not a part of core
Its mind will be blown when show it.