mikro-orm-soft-delete

JSON →
library 1.0.0-alpha.1 ·javascript
verified Jun 5, 2026

Declarative soft-delete solution for MikroORM v6 (v1.x) and v5 (v0.x). v1.0.0-alpha.1 targets ORM v6 and requires registering SoftDeleteHandler as an extension. Active development under alpha. Uses decorators (@SoftDeletable) and filters to automatically intercept delete queries. Key differentiator: minimal configuration, supports custom field names and default values, inheritance, and cascade remove.