knowledge of Yeoman generatorsfamiliarity with Sequelize ORMNode.js experience
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
40
調査方針
The issue requests adding Sequelize.js as an optional ORM alternative to MongoDB. To implement this, one should study the current generator structure (likely in https://github.com/ericmdantas/generator ng fullstack/tree/master/generators) to understand how database templates are organized. Look for existing MongoDB related templates and prompts, then create similar templates for SQL databases using Sequelize. Discuss with maintainers about the desired integration pattern (e.g., user prompt to select ORM). The discussion in comments may provide additional insights on feasibility and scope.