How to Implement Soft Delete with Prisma using Partial Indexes
February 2, 2024
- affiliate
- javascript
- postgresql
- prisma
Most APIs and applications that allow you to manage content have some form of deletion functionality. Sometimes you may want to make something recoverable after it’s been deleted, or perform the actual deletion later, and soft deletion is a way to accomplish this.
Read More