filter json field supabase drizzle
I have a case where I need to filter a json filed which contains an array of tags in the supabase database using drizzle but my syntax is wrong can anyone help me with this pls
7 Replies
any help on this?
Hey @drcolonel! You can't use
set-returning
function in where
clause that's why you face an error. I came up with this solution:
Thank you so much @Mykhailo this did work perfectly.
@drcolonel Super! Happy to hear it. By the way, could you please tell what are you building with Drizzle?
@Mykhailo I'm building a multi vendor Ecommerce website
Nice! Is this opensource project ?
This is cool!