postgres-best-practices
作者: neondatabase
使用 Postgres 的最佳實踐與指南,涵蓋資料表設計、索引策略、查詢最佳化、遷移與常見陷阱。運用…
npx skills add https://github.com/neondatabase/postgres-skills --skill postgres-best-practicesPostgres Best Practices
Guidelines and best practices for working with Postgres, covering schema design, indexing, query optimization, and common pitfalls.
References
| Area | Resource | When to Use |
|---|---|---|
| Schema Design | references/schema-design.md | Designing tables, choosing data types, normalizing |