A CLI tool that automatically generates Sequelize model files for Egg.js from a MySQL database. Version 1.1.0, low release cadence (last update 2020). Key differentiator: generates TypeScript models with type definitions, specifically for Egg.js framework. Alternative to sequelize-auto with Egg.js integration and opinionated output structure. Produces both model and definition files under app/model/ and app/model/define/. Supports table selection, overwrite, and configurable output directory.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sequelize v6+ requires named import
Egg.js exports Application type
CreationAttributes is needed for strict typing since v6
Shows installation, configuration via npm script, and CLI execution to generate Egg.js Sequelize models from a MySQL database.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.