Sequelize Web

Basic skill for Sequelize models, associations, and relational data access in web applications. Use when Codex needs a basic starting point for this web development area.

shubhashjha Updated

File contents

Sequelize Web

Use this skill as a basic starting point.

Workflow

  1. Review current models, associations, and query usage.
  2. Identify changes needed in schema mapping or query flow.
  3. Keep model definitions and relationships explicit.
  4. Avoid mixing business logic into data models.
  5. Verify query behavior and migration impact.

Output

  • Produce practical Sequelize based changes.
  • Keep data access organized and reviewable.
  • Prefer clear associations over implicit joins.

shubhashjha/codex-skills/tree/main/sequelize-web commit 82a958c1e8

Frequently asked questions

npx skillmds@latest add shubhashjha/sequelize-web