aveatrex
DTDrizzle Team
•Created by aquarazorda on 8/25/2023 in #help
Why it's not possible to use `where` here?
but i think you can work around it in your case if you go from account
7 replies
DTDrizzle Team
•Created by aquarazorda on 8/25/2023 in #help
Why it's not possible to use `where` here?
well, they've removed it as of 0.28: https://github.com/drizzle-team/drizzle-orm/releases/tag/0.28.0
7 replies
DTDrizzle Team
•Created by aquarazorda on 8/25/2023 in #help
Why it's not possible to use `where` here?
but if you want to retrive the account of an accountContact, all you need is
and you would use where on findMany to filter by the accountContact
7 replies
DTDrizzle Team
•Created by aquarazorda on 8/25/2023 in #help
Why it's not possible to use `where` here?
you can't use where with a
one
relation7 replies