MongooseJS 3.8.35 发布,此版本主要是 bug 修复:
fixed; handling for minimize on nested objects #2930
fixed; don't crash when schema.path.options undefined #1824
下载:https://github.com/Automattic/mongoose/archive/3.8.35.zip。
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
mongoose是当前使用mean(mongodb express angularjs nodejs)全栈开发必用的连接数据库软件包。
暂无更多评论