发布于 2016-06-06 00:30:31 | 68 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.4.20 发布了。
更新内容:
docs: clarify command buffering when using driver directly #4195
fix(promise): correct broken mpromise .catch() #4189
fix(document): clean modified subpaths when set path to empty obj #4182
fix(query): support minDistance with query casting and .near() #4179
fix(model): remove unnecessary .save() promise #4177
fix(schema): cast all valid ObjectId strings to object ids #3365
docs: remove unclear "unsafe" term in query docs #3282
下载地址: