Node Js
Soft Deletes with Prisma: 5 Practices for Node.js (2024)
Facing phantom rows after a delete? Soft deletes with Prisma let you keep data searchable while preserving audit…
// tag archive
2 articles
Facing phantom rows after a delete? Soft deletes with Prisma let you keep data searchable while preserving audit…
Learn how to add soft‑delete columns and immutable audit logs in your ORM, keep queries fast with proper…