@prisma-extensions/soft-delete
Soft Delete can be used to hide records instead of deleting them, making them recoverable later.
Soft Delete can be used to hide records instead of deleting them, making them recoverable later.
Truncate is a set of extensions containing strategies for cleaning your database. Ideal for isolating tests.
A collection of core helpers for @prisma-extensions/* packages.
Factory enables you to easily create and build database records for testing or seeding purposes.
Simplify your development experience by finding or creating records with a function.
Read Only disallows any-and-all mutation operations either for the client or specific models.