floppydisk
DTDrizzle Team
•Created by floppydisk on 5/21/2024 in #help
many-to-many and querying
Hey,
I just started using Drizzle and I would appreciate it if someone could chime in and tell me that I'm using it right. I read the documentation and looked at examples, and I'm positive I replicated it correctly. It also works fine. I just would like to confirm, that I can continue to build my application like this.
I'm tracking transactions. Every transactions can have many tags, hence the many-to-many relation:
7 replies
DTDrizzle Team
•Created by floppydisk on 4/6/2024 in #help
inserting many-to-many relationship correctly?
Hey,
I'm in the process of making the switch from Prisma to Drizzle and I want to make sure that I nail the basics, before messing up the more complex things.
My scenario:
- Users are authenticated using Supabase Auth
- Users can create clubs
- Users join as many clubs as they want
Thus I created the following schema:
7 replies