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)全棧開發必用的連接數據庫軟件包。
來自: http://www.oschina.net//news/69909/mongoosejs-3-8-39