内容简介:Mongoose 5.4.4 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。 新版更新内容如下: fix(query): run casting on arrayFilters option #7079 fix(document): 支持在 save() 用...
Mongoose 5.4.4 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。
新版更新内容如下:
fix(query): run casting on arrayFilters option #7079
fix(document): 支持在 save() 用
save({ timestamps: false })
跳过时间戳 #7357fix(model): 将自定义应用在
Document#remove()
位置,以便附加 shardKey #7393docs(mongoose): 文档
mongoose.connections
#7338
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Mongoose 5.0.17 发布,MongoDB 异步对象模型工具
- Mongoose 4.13.14 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.5 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.7 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.10 发布,MongoDB 异步对象模型工具
- Mongoose 5.12.5 发布,MongoDB 异步对象模型工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Computation and Programming Using Python
John V. Guttag / The MIT Press / 2013-7 / USD 25.00
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!