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.

sequelize, javascript orm, in practice


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -