is .eq() chainable for database queries? How to send multiple conditions?

....select().eq('name': "Awesome name").eq('fave_colour': "blue")
1 Reply
jdgamble555
jdgamble5553y ago
Using Filters | Supabase
Filters allow you to only return rows that match certain conditions.

Did you find this page helpful?