发布于 2016-06-26 00:20:59 | 140 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.5.2 发布了,
改进日志如下:
fix(connection): add checks for collection presence for onOpen
and onClose
#4259 nodkz
fix(cast): allow strings for $type operator #4256
fix(querycursor): support lean() #4255 pyramation
fix(aggregate): allow setting noCursorTimeout option #4241
fix(document): handle undefined for Array.pull #4222 Sebmaster
fix(connection): ensure promise.catch() catches initial connection error #4135
fix(document): show additional context for VersionError #2633
下载地址: