Join Slack
Powered by
Hello Everyone. I new to Prisma and Next.js I want...
# orm-help
q
Qaiser Abbas
10/09/2021, 1:06 PM
Hello Everyone. I new to Prisma and Next.js I want to implement a Many to Many relationship Like Posts and Tags I just need to know how to select multiple tags and add them to Post while creating the new post. Warm Regards
d
Dante
10/09/2021, 2:06 PM
Hope this helps you.
https://www.prisma.io/docs/concepts/components/prisma-schema/relations/many-to-many-relations
r
Ryan
10/11/2021, 6:01 AM
@Qaiser Abbas
👋 Let me know if you face any issues. You can select multiple tags and add them to posts using
connect
.
q
Qaiser Abbas
10/11/2021, 6:59 AM
Let me have some tries on selecting multiple tags and I will let you know.
👍 1
2
Views
Open in Slack
Previous
Next