发布于 2016-10-01 19:52:52 | 77 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.6.2 发布了。
MongooseJS 是当前使用 mean(mongodb express angularjs nodejs)全栈开发必用的连接数据库软件包。
该版本更新如下:
chore: upgrade to async 2.0.1 internally #4579 billouboq
fix(types): ensure nested single doc schema errors reach update validators #4557 #4519
fix(connection): handle rs names with leading numbers (muri 1.1.1) #4556
fix(model): don't throw if method name conflicts with Object.prototype prop #4551
docs: fix broken link #4544 VFedyk
fix: allow overwriting model on mongoose singleton #4541 Nainterceptor
fix(document): don't use init: true when building doc defaults #4540
fix(connection): use replSet option if replset not specified #4535
fix(query): cast $not objects #449
更新日志:
下载: