智能化下的产物,无人棋牌室
MongooseJS 4.1.11 发布,此版本主要是 bug 修复:
- fixed; update timestamps for update() if they’re enabled #3450 isayme
- fixed; unit test error on node 0.10 #3449 isayme
- docs; timestamp option docs #3448 isayme
- docs; fix unexpected indent #3443 isayme
- fixed; use ES6 promises for Model.prototype.remove() #3442
- fixed; don’t use unused ‘safe’ option for index builds #3439
- fixed; elemMatch casting bug #3437 #3435 DefinitelyCarter
- docs; schema.index docs #3434
- fixed; exceptions in save() callback getting swallowed on mongodb 2.4 #3371
下载:https://github.com/Automattic/mongoose/archive/4.1.11.zip。
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。