内容简介:Mongoose 5.3.11 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。 更新内容如下: fix(model): 使父指针不可枚举,这样它们就不会使 JSON.stringif() 崩溃 #7220 fix(document...
Mongoose 5.3.11 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。
更新内容如下:
fix(model): 使父指针不可枚举,这样它们就不会使 JSON.stringif() 崩溃 #7220
fix(document): 使用 checkKeys:false 允许保存带有 '.' 的文档。 #7144
docs(lambda): 使用 lambda 示例的 async/await #7019
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
How to Think About Algorithms
Jeff Edmonds / Cambridge University Press / 2008-05-19 / USD 38.99
HOW TO THINK ABOUT ALGORITHMS There are many algorithm texts that provide lots of well-polished code and proofs of correctness. Instead, this one presents insights, notations, and analogies t......一起来看看 《How to Think About Algorithms》 这本书的介绍吧!