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 @@
# Scripts
Bundled resources for database-deadlock-detector skill
- [ ] analyze_deadlocks.py: Script to connect to the database, run deadlock detection queries, and format the results.
- [ ] simulate_deadlock.py: Script to simulate a deadlock scenario for testing purposes.
- [ ] resolve_deadlock.py: Script to automatically kill the blocking process in a deadlock (use with extreme caution).