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.
我有一个 mongodb 数据库,随着时间的推移,它已经使用各种 mongoose 模式版本填充了数据。我想遍历这些集合并验证每个文档是否仍然符合当前的猫鼬模式。
与猫鼬一起解决这个问题的最佳方法是什么?
Document.validate可以是一个好的开始。如果您在严格模式下使用猫鼬,那么在更改架构时不转换文档确实是个坏主意