You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constextendPost=Post=>{Post.Recently=function(){returnthis.limit(5).sort('created','desc').find();}Post.prototype.setTag=function(tag){this.set('tag',tag);}}Post.use(extendPost);constpost=newPost();post.setTag('mongodb');awaitpost.Recently();//=> [Post, Post, Post]
The text was updated successfully, but these errors were encountered:
MongoDB安装
mac
Mongorito
安装
npm install mongorito --save # or yarn add mongorito
创建数据库连接
创建Model
创建Document
获取document中的字段
更新
删除
自增字段
一次增加多个字段
嵌套其他Model
查询
插件
使用第三方插件
编写插件
The text was updated successfully, but these errors were encountered: