发布于 2017-08-25 01:01:00 | 157 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
MongooseJS 4.11.8 已发布,MongooseJS 是使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
更新内容如下:
feat: add warning about using schema ObjectId as type ObjectId #5571 efkan
fix(schema): allow setting id
property after schema was created #5570 #5548
docs(populate): remove confusing _ from populate docs #5560
fix(connection): expose parsed uri fields (host, port, dbname) when using openUri() #5556
docs: added type boolean to options documentation #5547 ndabAP
test: add test coverage for stopping/starting server #5524
fix(aggregate): pull read preference from schema by default #5522
下载地址: