10 comments (10 comments)2 reactions (2 reactions)0 assignees (0 assignees)JavaScript704 stars (704 stars)105 forks (105 forks)batch import
featurehelp wanted
Description
Is there a general interest to support sequelize.js? mongo isn't always going to work for every project.
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- full stacktooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- knowledge of Yeoman generatorsfamiliarity with Sequelize ORMNode.js experience
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- 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.