Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:12 +08:00
commit 6b41c82735
8 changed files with 945 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for database-deadlock-detector skill
- [ ] deadlock_visualization.html: HTML template to visualize the deadlock graph using JavaScript libraries (e.g., vis.js).
- [ ] example_deadlock_report.json: Example JSON output of the deadlock analysis script.
- [ ] deadlock_prevention_checklist.md: A checklist of best practices to prevent deadlocks in database applications.