Hello Everyone. I new to Prisma and Next.js I want...
# orm-help
q
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
r
@Qaiser Abbas 👋 Let me know if you face any issues. You can select multiple tags and add them to posts using
connect
.
q
Let me have some tries on selecting multiple tags and I will let you know.
👍 1