Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个大约有 100 列的表。我想在 sequelizeJs (ORM for NodeJs and SQLite) 中为表创建一个模型。我的问题是,我们可以在 Sequelize 中将模型定义拆分为多个文件吗?我这样做是为了代码中的模块化
是的你可以。François Zaninotto 通过利用带有一些辅助函数的 models.index 文件提供了一个很好的指南。
Sequelize,JavaScript ORM,在实践中