Planetscale pushing to an Array with Prisma?
Solution:Jump to solution
Glad you figured that out,
For anyone stumbling across this, here is the relevant Prisma docs: https://www.prisma.io/docs/concepts/components/prisma-client/relation-queries#connect-an-existing-record
Feel free to mark one of these as the solution 😄...
Prisma
Relation queries (Concepts)
Prisma Client provides convenient queries for working with relations, such as a fluent API, nested writes (transactions), nested reads and relation filters.
2 Replies
I figured it out
It was very hard to find, prisma docs could be better
Solution
Glad you figured that out,
For anyone stumbling across this, here is the relevant Prisma docs: https://www.prisma.io/docs/concepts/components/prisma-client/relation-queries#connect-an-existing-record
Feel free to mark one of these as the solution 😄
Prisma
Relation queries (Concepts)
Prisma Client provides convenient queries for working with relations, such as a fluent API, nested writes (transactions), nested reads and relation filters.