发布于 2017-09-10 23:59:22 | 138 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.11.11 已发布,MongooseJS 是使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
更新内容:
fix(connection): properly set readyState in response to driver 'close' and 'reconnect' events #5604
fix(document): ensure single embedded doc setters only get called once, with correct value #5601
fix(timestamps): allow enabling updatedAt without createdAt #5598
test: improve unique validator test by making create run before ensureIndex #5595 #5562
fix(query): ensure find callback only gets called once when post init hook throws error #5592
下载地址: