发布于 2018-01-17 23:50:58 | 214 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 5.0.0 已正式发布,MongooseJS 是使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
该版本主要更新内容:
test: refactor tests to use start fewer connections #5985 fenanquin
feat: add global bufferCommands option #5879
docs: new docs site and build system #5976
test: increase timeout on slow test cases #5968 fenanquin
fix: avoid casting out array filter elements #5965
feat: add Model.watch() wrapper #5964
chore: replace istanbul with nyc #5962 ChristianMurphy
更多内容请参阅 ChangeLog。