Cascading Delete Ordering

Sweeping a local cache database down to what the user actually owns — ordering container deletes before leaf deletes, telling "kept by state" columns apart from genuine garbage, re-checking conditions inside the DELETE, and pinning the record currently in use. Reach for it when a "clear cache" or "clear history" pass completes without error and frees nothing, when it instead wipes the user's favourites or downloads, or when the item playing on screen vanishes mid-sweep.

maxrave-dev 1403e71 6.5 KB Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/cascading-delete-ordering commit 1403e71352

Frequently asked questions

npx skillmds@latest add maxrave-dev/cascading-delete-ordering