i.sona
CCConvex Community
•Created by i.sona on 12/27/2024 in #support-community
using convex-ents mapping feature
I am aware of Al the suggested but none of them answers the question. In a map I can build an abitrary type based on relationship , but with a map in convex-ents you can’t narrow the table scans with an index or a filter , it only applies to all entities in a table. You only apply everything else after the fact which in itself like filter becomes costly as data grows . I should be able to map on an index and attach related data (like a join) in one transaction. I guess convex needs sdks like Kysely or even genql (best lib I know of ontop of graphql)
10 replies
CCConvex Community
•Created by i.sona on 12/27/2024 in #support-community
using convex-ents mapping feature
I want to stick to convex-ents, the question is related to convex-ents
10 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?
OK, am running into an issue at runtime , where the fieldPath for fieldOptions are missing causing queries to fail. Am looking at that
25 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?

25 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?
yeah it would.
25 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?
or .fieldOptions ?
25 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?

25 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?
I can modify that . I dont get the line "i don't exactly see a label in the docs for that data within { }" . are you referring to the PR ?
25 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?

25 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?
Cool. I will push it
25 replies
CCConvex Community
•Created by gabrielw on 12/23/2024 in #support-community
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?
In my case i extended convex-ents by adding an updateField function in the entitydefinition class that does not throw an exception when a field already exists , using this in place of field, i can pass all fields into the Table helper call , and still define attributes like unique,defualt and index the way i do currently and it works without issues . Am going to do a PR to convex-ents maybe they accept it . for now am using convex-ents off of my github branch
25 replies
CCConvex Community
•Created by i.sona on 12/12/2024 in #support-community
Error in return types
No worries , Fixed it by changing class to object and defining type for it
3 replies