CursorPool
← 返回首页

postgres-skills

36

Postgres Skills:面向编码 Agent 的 PostgreSQL 最佳实践与指南。

1 个 Skill

# Postgres 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 |