This is the .NET driver for Amazon Quantum Ledger Database (QLDB), which allows .NET developers to write software that makes use of AmazonQLDB.
See Accessing Amazon QLDB for information on connecting to AWS.
The driver targets .NET Standard 2.0.
Please see the Quickstart guide for the Amazon QLDB Driver for .Net.
Assuming that Visual Studio is being used, open the solution file (Amazon.QLDB.Driver.sln).
Right click the solution in the Solution Explorer and press "Restore NuGet Packages" if it does not do so automatically.
You can run the unit tests by right clicking the Amazon.QLDB.Driver.Tests project, that is a part of the solution file, and pressing "Run Tests".
Alternatively you can run the unit tests on the command line with the following:
dotnet test Amazon.QLDB.Driver.Tests
To run the integration tests, you must run it on the command line with the following:
dotnet test Amazon.QLDB.Driver.IntegrationTests --settings Amazon.QLDB.Driver.IntegrationTests/.runsettings
DocFx is used for documentation. Download Docfx as docfx.zip, unzip and extract it to a local folder, and add it to PATH.
You can generate the docstring HTML locally by running the following in the root directory of this repository:
docfx docs/docfx.json --serve
This library is licensed under the Apache 2.0 License.