2 Replies
Hi, @404! Unfortunately, in SQL, you can't establish a many-to-many relationship without defining a junction table. As of now, Drizzle does not support functionality that automatically manages such relationships without explicitly defining a junction table.
I asked because I had this feature when I was using prisma
anyways, thanks for your respond