Just curious if soft delete (<issue here>) is on t...
# prisma-client
j
Just curious if soft delete (issue here) is on the roadmap? The docs (as noted by Prisma) are not actually ready for production use, and are just a proof of concept. Following that, the examples given in the docs don't fit many use cases. A short example of use cases unmet by the docs: •
findMany({ where: some|none|etc })
, •
findMany({ where: {}, include: { }
update({data: { posts: { deleteMany: { } } } })
update({data: { posts: { updateMany: {  } } } })
update({data: { posts: { update: { where: {} } } })
• A longer list can be found here.
1
v
@Jacob Coker-Dukowitz apologies for the delay in providing feedback to this post. A few of our Support team members are out of the office and, unfortunately, I caught that we didn't address this post only now! 😅 Are you still looking for an update on soft deletes?
j
Would love that! Thank you Vladi
👍 1
v
On it! I'll raise it with the team now! 😊
n
Hey Jacob 👋 soft deletes are currently not on the roadmap unfortunately. However, we’re very much aware that the docs don’t cover a full production-ready setup at the moment, in fact we have a GitHub issue exactly about this: https://github.com/prisma/prisma/issues/10559 It would be great if you could leave a 👍 on the issue and a comment with your use case to help us prioritize this in the future 🙂
j
Thanks! Thats actually the list that I linked to above. I’ve added a comment and 👍 ’d it!
🙈 1
🙏 1