智能化下的产物,无人棋牌室
MongooseJS 4.3.5 发布,此版本更新内容如下:
- fix(query): throw when 4th parameter to update not a function #3741 kasselTrankos
- fix(document): separate error type for setting an object to a primitive #3735
- fix(populate): Model.populate returns ES6 promise #3734
- fix(drivers): re-register event handlers after manual reconnect #3729
- docs: broken links #3727
- fix(validation): update validators run array validation #3724
- docs: clarify the need to use markModified with in-place date ops #3722
- fix(document): mark correct path as populated when manually populating array #3721
- fix(aggregate): support for array pipeline argument to append #3718 dbkup
- docs: clarify
.connect()
callback #3705 - fix(schema): properly validate nested single nested docs #3702
- fix(types): handle setting documentarray of wrong type #3701
- docs: broken links #3700
- fix(drivers): debug output properly displays ‘0’ #3689
下载:https://github.com/Automattic/mongoose/archive/4.3.5.zip
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
mongoose是当前使用mean(mongodb express angularjs nodejs)全栈开发必用的连接数据库软件包。