Database Soft Deletes: How and Why with Custom Prisma Client queries
Soft deletes and hard deletes are two different approaches to deleting data from a database. In this article, we will explore soft delete write and write some custom Prisma client queries to implement soft deletes.