jacksn
Explore posts from serversDTDrizzle Team
•Created by sevenwestonroads on 4/20/2023 in #help
How to reproduce a Prisma `include` statement for arrays of related entities without SQL?
I think this would be best implemented by getting the
modifierGroups
in a subquery21 replies
DTDrizzle Team
•Created by sevenwestonroads on 4/20/2023 in #help
How to reproduce a Prisma `include` statement for arrays of related entities without SQL?
but i have no idea on how to make it work for typescript
21 replies
DTDrizzle Team
•Created by sevenwestonroads on 4/20/2023 in #help
How to reproduce a Prisma `include` statement for arrays of related entities without SQL?
Yeah, it works
21 replies
DTDrizzle Team
•Created by sevenwestonroads on 4/20/2023 in #help
How to reproduce a Prisma `include` statement for arrays of related entities without SQL?
@Raphaël Moreau
21 replies
DTDrizzle Team
•Created by sevenwestonroads on 4/20/2023 in #help
How to reproduce a Prisma `include` statement for arrays of related entities without SQL?
do you have any suggestions on making this work with a nested relation?
Allowing for usage like this:
However, I cant really figure out how to stop typescript from complaining here and infer the correct type for
tasks
Some builtin feature to support such aggregation would be a great addition to the library, I really like what you guys built!21 replies