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 |