发布于 2017-06-25 23:47:03 | 175 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.11.0 发布了,本次更新如下:
feat(query): execute setters with query as context for runSettersOnQuery
#5339
feat(model): add translateAliases function #5338 rocketspacer
feat(connection): add useMongoClient
and openUri
functions, deprecate current connect logic #5304
refactor(schema): make id virtual not access doc internals #5279
refactor: handle non-boolean lean #5279
feat(cursor): add addCursorFlag() support to query and agg cursors #4814
feat(cursor): add parallel option to eachAsync #4244
feat(schema): allow setting custom error constructor for custom validators #4009
下载地址