How does prisma binding write to array? Would I ha...
# orm-help
p
How does prisma binding write to array? Would I have to read old array and add new data then write? Like add to friends and likes.
a
you should create a new
Like
type which connects with your thing and the user for example instead of keeping an array or counter