How to allow free-form JSON data within Mongoose documents?

前端 未结 2 841
一向
一向 2020-12-06 15:27

I\'m using Mongoose ODM to partially validate models before they are stored to MongoDB.

Is it possible to relax Mongoose schemata so that a given part of the documen

2条回答
  •  感动是毒
    2020-12-06 15:49

    Mongeese : a mongoose multi-database helper/hack module https://github.com/donpark/mongeese

    Disclaimer: I was looking to connect to two MongoDB instances in the same app and gave up. So I haven't tried it.

提交回复
热议问题