Search code examples
nestjsprisma

Nestjs-Prisma Soft Delete


I want to implement Soft delete while using Prisma, So any could recommend Stable Soft delete package to use it direct, as make custom implementation require many cases to be covered.


Solution

  • I found this package prisma-soft-delete-middleware, it looks like this handles all the scenarios