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.
morphia 是否具有用于 mongodb 的游标、外键和约束,或者至少具有这些功能?
有游标和约束(如唯一索引),仅此而已。
其余的,它不支持这些,因为服务器不支持这些。您可以为此构建自己的验证,但如果没有服务器支持,将很难涵盖所有极端情况。