postgres-best-practices
โดย neondatabase
แนวทางปฏิบัติและข้อแนะนำที่ดีที่สุดสำหรับการทำงานกับ Postgres ครอบคลุมการออกแบบ schema, กลยุทธ์การสร้าง index, การปรับแต่ง query, การทำ migration, และข้อผิดพลาดที่พบบ่อย ใช้…
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 |