sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 773 forks source link

Should the directory structure be updated to adapt to the directory structure of Sequelize CLI? #109

Open howiezhao opened 4 years ago

howiezhao commented 4 years ago

When using sequelize-cli init, it will generate a directory structure similar to the following:

Optionally, when express-generator is used, it generates a directory structure similar to the following:

Should the directory structure be updated to adapt to the directory structure of Sequelize CLI?

If should, I can help.