发布于 2016-10-19 00:00:19 | 68 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.6.4 发布了,
MongooseJS 是当前使用 mean(mongodb express angularjs nodejs)全栈开发必用的连接数据库软件包。
该版本更新如下:
fix(query): cast $not correctly #4616 #4592 prssn
fix: address issue with caching global plugins #4608 #4601 TrejGun
fix(model): make sure to depopulate in insertMany #4590
fix(model): buffer autoIndex if bufferCommands disabled #4589
fix(populate): copy ids array before modifying #4585
feat(schema): add retainKeyOrder prop #4542
fix(document): return isModified true for children of direct modified paths #4528
fix(connection): add dropDatabase() helper #4490
fix(model): add usePushEach option for schemas #4455
docs(connections): add some warnings about buffering #4413
fix: add ability to set promise implementation in browser #4395
下载地址: