我们可以从 .NET 应用程序访问 AWS Quantum DB (QLDB) 数据库吗?

Can we access AWS Quantum DB (QLDB) database from a .NET application?

我是 AWS Quantum DB (QLDB) 的新手。

我正在开发一个 .NET 应用程序,它需要连接到提供不变性的数据库。我们遇到了满足此要求的 QLDB。

是否可以从 .NET 应用程序连接到 QLDB?

Getting started with the Amazon QLDB driver:

These drivers similarly encapsulate logic that converts a standard set of commands and functions into specific calls that are required by the service's low-level API.

The driver is open-sourced on GitHub and is available for the following programming languages:

  • Java driver
  • .NET driver
  • Go driver
  • Node.js driver
  • Python driver