database-schema
Installation
SKILL.md
Database Schema Design
Help me design a database schema:
Requirements
- What are we storing? Describe the data.
- Relationships: How do entities relate?
- Access patterns: How will data be queried?
- Scale: Expected data volume?
- Database: PostgreSQL, MySQL, MongoDB, etc.?
Entity Design
For each entity, define: