MongooseJS 4.3.3 发布,MongoDB 连接包
mdfe 9年前
MongooseJS 4.3.3 发布,此版本更新内容:
-
fix(connection): properly support 'replSet' as well as 'replset' #3688 taxilian
-
fix(document): single nested doc pre hooks called before nested doc array #3687 aliatsis
下载:https://github.com/Automattic/mongoose/archive/4.3.3.zip
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
mongoose是当前使用mean(mongodb express angularjs nodejs)全栈开发必用的连接数据库软件包。
来自:http://www.oschina.net/news/69151/mongoosejs-4-3-3