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

ReactiveMongo FindAndModify Clarification

    .findAndUpdate および FindAndModifyResult> .resultを提供します 利用可能なBSONリーダーに従って結果を取得するための操作。

    val person: Future[Option[AType]] = collection.findAndUpdate(
      BSONDocument("name" -> "James"),
      BSONDocument("$set" -> BSONDocument("age" -> 17)),
      fetchNewObject = true).map(_.result[AType])
    


    1. マングースでISODateを操作する正しい方法は何ですか

    2. nodejsとmongodbの候補を含む検索バー

    3. エラーを出すMongoシェルオプションの複数回の出現

    4. MongoDBとPostgreSQLの考え