SQL to Supabase query
Apologies if this has already been answered. I could not work out how to do this.
I'm trying to query a category by its slug and return the associated articles in the category. I have a join table categories_articles that contains an id (id of the category) and item (id of the article)
The following SQL query works:
Any tips for how to do this with the Supabase API?
I'm trying to query a category by its slug and return the associated articles in the category. I have a join table categories_articles that contains an id (id of the category) and item (id of the article)
The following SQL query works:
Any tips for how to do this with the Supabase API?