MySQL Sequelize Model Generator
JSON →CLI and programmatic tool to generate Sequelize TypeScript/JavaScript models from MySQL database schema. v1.3.1 is current stable; regular updates (last release Oct 2024). Detects relationships, foreign keys, and generates proper Sequelize decorators and enums. Key differentiator: model-specific FK enums (UserFK, PostFK), runtime alias customization via setAlias(), smart pluralization, and support for both TypeScript and JavaScript output. Competes with sequelize-auto but adds alias customization and TypeScript-first design.