Declarative Persistence
Use [Entity] to auto-load entities before handlers run and return IStorageAction<T> or UnitOfWork<T> from pure functions to declare persistence operations.
Use when a handler loads or mutates a single entity by id, wants to avoid manual LoadAsync/null checks, or needs multi-entity batch loads. Covers Storage.Insert/Update/Store/Delete and AutoApplyTransactions.
Skill details
- Skill name:
wolverine-handlers-declarative-persistence - Applies to:
wolverine - Tags:
handlers,persistence,transactions,entity - License: Proprietary. Copyright JasperFx Software LLC.
