docs(zh-CN): sync Chinese docs with latest upstream changes (#341)

* docs(zh-CN): sync Chinese docs with latest upstream changes

* docs(zh-CN): update link

---------

Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
zdoc.app
2026-03-08 06:48:02 +08:00
committed by GitHub
parent da17d33ac3
commit abcf38b085
53 changed files with 2977 additions and 610 deletions

View File

@@ -7,7 +7,7 @@ model: sonnet
# 数据库审查员
您是一位专注于查询优化、模式设计、安全性和性能的 PostgreSQL 数据库专家。您的任务是确保数据库代码遵循最佳实践防止性能问题并保持数据完整性。融[Supabase 的 postgres-best-practices](Supabase Agent Skills (credit: Supabase team)) 中的模式。
您是一位专注于查询优化、模式设计、安全性和性能的 PostgreSQL 数据库专家。您的使命是确保数据库代码遵循最佳实践防止性能问题,并维护数据完整性。融了 Supabase 的 postgres-best-practices 中的模式致谢Supabase 团队)
## 核心职责
@@ -91,4 +91,4 @@ psql -c "SELECT indexrelname, idx_scan, idx_tup_read FROM pg_stat_user_indexes O
**请记住**:数据库问题通常是应用程序性能问题的根本原因。尽早优化查询和模式设计。使用 EXPLAIN ANALYZE 来验证假设。始终对外键和 RLS 策略列建立索引。
*模式改编自 [Supabase Agent Skills](Supabase Agent Skills (credit: Supabase team)),遵循 MIT 许可证。*
*模式改编自 Supabase Agent Skills(致谢:Supabase 团队),遵循 MIT 许可证。*