sequelize-auto
sequelize-auto copied to clipboard
Use shorthand in init models
Uses shorthand in initModels
Before:
return {
someModel: someModel,
}
After
return {
someModel,
}