Hi all. Does anyone know of any example projects t...
# orm-help
j
Hi all. Does anyone know of any example projects that have a blog style posts model showing a many to many 'tags' style relationship? Struggling to implement arrays of tags on posts in my project? Thanks
m
Didn't use Prisma in it though
j
Awesome thank you! I see you're assigning tags to posts as integers in the schema - is this an array of tag IDs?