Sequelize Web
Use this skill as a basic starting point.
Workflow
- Review current models, associations, and query usage.
- Identify changes needed in schema mapping or query flow.
- Keep model definitions and relationships explicit.
- Avoid mixing business logic into data models.
- Verify query behavior and migration impact.
Output
- Produce practical Sequelize based changes.
- Keep data access organized and reviewable.
- Prefer clear associations over implicit joins.