transaction-management
✓管理数据库事务以保证数据一致性。在实现 ACID 合规性、处理并发或管理事务隔离级别时使用。
SKILL.md
Implement robust transaction management with ACID compliance, concurrency control, and error handling. Covers isolation levels, locking strategies, and deadlock resolution.
✅ DO use appropriate isolation levels for use case ✅ DO keep transactions short ✅ DO commit frequently ✅ DO handle transaction errors ✅ DO use consistent lock ordering ✅ DO monitor transaction performance ✅ DO document transaction requirements
❌ DON'T hold transactions during user input ❌ DON'T use SERIALIZABLE for high-concurrency systems ❌ DON'T ignore deadlock errors ❌ DON'T lock too many rows ❌ DON'T use READ UNCOMMITTED for critical data
管理数据库事务以保证数据一致性。在实现 ACID 合规性、处理并发或管理事务隔离级别时使用。 来源:aj-geddes/useful-ai-prompts。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill transaction-management- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 transaction-management?
管理数据库事务以保证数据一致性。在实现 ACID 合规性、处理并发或管理事务隔离级别时使用。 来源:aj-geddes/useful-ai-prompts。
如何安装 transaction-management?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill transaction-management 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/aj-geddes/useful-ai-prompts
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01