Skip to main content

Module soft_delete

Module soft_delete 

Source

Structs§

SoftDeletePlugin
Soft delete plugin. Converts deletes to updates that set deletedAt. Adds a before_delete hook that rejects the actual delete and instead sets a timestamp. The application should filter out soft-deleted rows.