美文网首页
mongoose中针对collection 名称自动小写解决办法

mongoose中针对collection 名称自动小写解决办法

作者: letcoda | 来源:发表于2018-11-01 17:33 被阅读12次

    cnode中文社区

    1.xxschema = new Schema({
    …
    }, {collection: “your collection name”});
    
    2.mongoose.model(‘User’, UserSchema, “your collection name”);
    

    相关文章

      网友评论

          本文标题:mongoose中针对collection 名称自动小写解决办法

          本文链接:https://www.haomeiwen.com/subject/wmgxxqtx.html