Skip to main content
在 Manus 中运行任何 Skill
一键导入

database-patterns

Provides Prisma-specific patterns for soft delete, transactions, optimistic locking, advisory locks, bulk operations, and performance optimization. This skill should be used when implementing data persistence, handling concurrent updates, serializing concurrent operations on the same resource, managing complex multi-table operations, or optimizing query performance.

概览

Provides Prisma-specific patterns for soft delete, transactions, optimistic locking, advisory locks, bulk operations, and performance optimization. This skill should be used when implementing data persistence, handling concurrent updates, serializing concurrent operations on the same resource, managing complex multi-table operations, or optimizing query performance.

安装命令
npx skills add https://github.com/allenlin90/eridu-services --skill database-patterns

复制此命令并粘贴到 Claude Code 中以安装该技能

星标1
分支0
更新时间2026年5月29日 03:38
文件资源管理器
7 个文件
SKILL.md
readonly