发布于 2017-02-16 23:54:46 | 123 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.8.3 发布了。主要更新如下:
chore: upgrade mongodb driver -> 2.2.24
docs(connections): addd some details about callbacks #4986
fix: ensure class is created with new keyword #4972 #4947 [benhjames](https://github.com/benhjames)
fix(discriminator): add applyPluginsToDiscriminators option #4965
fix(update): properly cast array subdocs when casting update #4960
fix(populate): ensure foreign field is selected for virtual populate #4959
docs(query): document some query callback params #4949
fix(document): ensure errors in validators get caught #2185
详细更新内容请查看发布主页。
下载地址