Okay, I want to have the concept of workspaces in my app.
1 workspace can have many users, and 1 user can have many workspaces.
I saw the Supabase youtube video on it, but wondering if anyone has done it and can point out any gotcha's ways to make it better.
Particularly around how make the queries efficient and useful.
Also, what's the best way to insert new rows into the many-many table?
Looking for thoughts 🙂
Thank you