How does everyone like using implicit many-to-many...
# orm-help
c
How does everyone like using implicit many-to-many relations instead of defining them explicitly in your
prisma.schema
? The docs give a good comparison for how implicit m-n relations simplify queries, and of course if a relation table needs to store additional fields I would define it explicitly, but are implicit relations generally recommended?