rajat.abcx
Explore posts from serversDTDrizzle Team
•Created by ୧ʕ•̀ᴥ•́ʔ୨ on 9/23/2024 in #help
Error when trying to push to supabase
hey I am also facing the same issue, did you managed to fix it?
if not any idea how to do it?
12 replies
DTDrizzle Team
•Created by rajat.abcx on 10/15/2024 in #help
Error while pushing/pulling from pg DB (supabase)
https://drizzle.run/aa3tzeqbzdz7u2sd84tp8o5u
Here i have the whole schema
6 replies
CCConvex Community
•Created by rajat.abcx on 8/22/2024 in #support-community
How to do array filter with multiple values?
It worked, thanks!!
9 replies
CCConvex Community
•Created by rajat.abcx on 8/22/2024 in #support-community
How to do array filter with multiple values?
const users = await prisma.user.findMany({
where: {
interests: {
hasSome: ['AI', 'frontend'],
},
},
});
something like this
9 replies