This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Prisma
prisma.io
did:plc:m6mbn4cko4m6vyynh7q675df
3. A new method called `updateManyAndReturn`
When you need to update multiple records, you'd probably reach for `updateMany`, but the return value is a count of the number of records affected.
What if we want to get the actual records that were changed?
Now we can with `updateManyAndReturn`!
2025-01-13T15:28:46.154Z