sql >> データベース >  >> NoSQL >> MongoDB

Mongoose/MongoDBの配列からObjectIdを持つオブジェクトを削除します

    あなたの問題はここに更新機能にあります

    User.update(
            {'_id':user_id}, // you not need to use ObjectId here
            { $pull: { '_carts': { _id: cart_id }}},
            function(err,result){
        // can you give here the output of console.log(result);
       }
        )
        User.save();
    


    1. ReactiveMongoでPlay!2.5をセットアップする方法

    2. MongodbfindOneAndUpdate関数が新しいドキュメントを挿入しています

    3. docker-compose:コンテナ間のredis接続が拒否されました

    4. MongoDBサービスがFedoraで実行されていません