sqlite - SequelizeJs and Model Definition -
i have table has approximately 100 columns. want create model table in sequelizejs (orm nodejs , sqlite) . question is, can split model definition multiple files in sequelize? doing sake of modularity in code
yes, can. françois zaninotto provides nice guide on how leveraging models.index file helper functions.
Comments
Post a Comment