发布于 2017-09-26 00:26:17 | 134 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.11.13 已发布,
更新内容:
fix(query): correctly run replaceOne with update validators #5665 sime1
fix(schema): replace mistype in setupTimestamp method #5656 zipp3r
fix(query): avoid throwing cast error for strict: throw with nested id in query #5640
fix(model): ensure class gets combined schema when using class syntax with discriminators #5635
fix(document): handle setting doc array to array of top-level docs #5632
fix(model): handle casting findOneAndUpdate() with overwrite and upsert #5631
fix(update): correctly handle $ in updates #5628
fix(types): handle manual population consistently for unshift() and splice() #5504
完整内容请查看更新日志。
下载地址: