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.
目前在不定义模式的情况下将对象/文档插入猫鼬的“正确”方法是什么?
我读过一些类似的东西: 如何在不定义模式的情况下使用 Mongoose?
有任何想法吗
Mongoose 说您可以使用混合模式来定义无模式类型。权衡的是,您必须在调用 save 之前告诉 mongoose 是否修改了 Mixed Schema 值。除此之外,您应该能够在“模式”中定义您想要的任何内容。
文档- http://mongoosejs.com/docs/schematypes.html#mixed