当前位置: 首页 > 知识库问答 >
问题:

mongo-scala-driver事务示例

吕翰飞
2023-03-14

有人能提供链接或代码片段吗?

附注:在官方mongodb站点中有同步事务示例,但我需要在Scala中的异步、非阻塞事务示例。

共有1个答案

田晨
2023-03-14

Scala选项卡下的transaction and drivers文档中有一个示例。

示例代码中包含了scala的一些额外的注意事项。

  • 事务中的每一个可观察值都必须通过ClientSession传递
  • 必须订阅每个可观察对象,以便发生任何事情(它们是冷可观察对象)。
  • 事务可以重试,如果它们满足条件。代码中提供了一个示例。
 类似资料:
  • mongo-scala-driver 是 MongoDB 的 Scala 客户端开发包。

  • 我在MongoDB中有以下文档: 我正在使用scala代码中的mongo-scala-driver来查询服务器。如何将mapped_column转换为scala字符串变量?我尝试使用以下代码:

  • END OF LIFE NOTICE Version v2.2.0 was the final feature release of the MongoDB Perl driver andversion v2.2.2 is the final patch release. As of August 13, 2020, the MongoDB Perl driver and related libr

  • mongo-d-driver 是 MongoDB 的 D 语言开发包。 示例代码: /** make: dmd -version=D2 -Iexport libmongod-D2.a example/connect.d** -Iexport : path to the folder containing the files: * bson.di, bson_h.di, md5.di, mongo.

  • mongo-matlab-driver 是 MongoDB 的 Matlab 驱动开发包。

  • MongoDB C# Driver (MongoDB CSharp Driver) 是 MongoDB 的 C# 客户端开发包。