发布于 2017-10-16 23:50:44 | 187 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.12.3 已发布,MongooseJS 是使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
更新内容:
fix(connection): emit 'reconnect' event as well as 'reconnected' for consistency with driver #5719
fix: correctly bubble up left/joined events for replica set #5718
fix(connection): allow passing in autoIndex as top-level option rather than requiring config autoIndex #5711
docs(connection): improve docs regarding reconnectTries, autoReconnect, and bufferMaxEntries #5711
fix(query): handle null with addToSet/push/pull/pullAll update validators #5710
fix(model): handle setDefaultsOnInsert option for bulkWrite updateOne and updateMany #5708
fix(query): avoid infinite recursion edge case when cloning a buffer #5702
更多请查看发布主页。