postgres-best-practices
von neondatabase
Best Practices und Richtlinien für die Arbeit mit Postgres. Behandelt Schema-Design, Indexierungsstrategien, Query-Optimierung, Migrationen und häufige Fallstricke. Verwenden…
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 |