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 |