发布于 2017-06-22 23:56:31 | 79 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.10.8 发布了。本次更新如下:
docs: fix small formatting typo on schematypes #5374 gianpaj
fix(model): allow null as an _id #5370
fix(populate): don't throw async uncaught exception if model not found in populate #5364
fix: correctly cast decimals in update #5361
fix(error): don't use custom getter for ValidationError message #5359
fix(query): handle runSettersOnQuery in built-in _id setter #5351
fix(document): ensure consistent context for nested doc custom validators #5347
下载地址