MongoDB 连接包,MongooseJS 4.3.6/3.8.39 发布
MongooseJS 3.8.39 发布,此版本更新内容如下:
-
fixed; casting a number to a buffer #3764
-
fixed; enumerating virtual property with nested objects #3743 kusold
下载:https://github.com/Automattic/mongoose/archive/3.8.39.zip。
同时发布了 MongooseJS 4.3.6,更新内容如下:
-
fix(types): casting a number to a buffer #3764
-
fix: add "listener" to reserved keywords #3759
-
chore: upgrade uglify #3757 ChristianMurphy
-
fix: broken execPopulate() in 4.3.5 #3755 #3753
-
fix: ability to remove() a single embedded doc #3754
-
style: comma-last in test folder #3751 ChristianMurphy
-
docs: clarify versionKey option #3747
-
fix: improve colorization for arrays #3744 TrejGun
-
fix: webpack build #3713
下载:https://github.com/Automattic/mongoose/archive/4.3.6.zip
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
mongoose是当前使用mean(mongodb express angularjs nodejs)全栈开发必用的连接数据库软件包。