DynamoDb.SQL
A SQL-like external DSL for querying and scanning data in Amazon DynamoDB. Although there exists a number of different ways to query and scan a DynamoDB table with the .Net AWS SDK - with the low-level AmazonDynamoDBClient class - with the Table helper class - with the DynamoDBContext class none of these ways of querying and scanning tables are easy to use, and an external DSL is desperately needed to make it easier to express the query one would like to perform against data stored in DynamoDB. It is because of these limitations that I decided to add a SQL-like external DSL on top of existing functionalities of the AWS SDK to make it easier for .Net developers to work with DynamoDB, which is a great product despite the lack of built-in support for a good query language.
Install
dotnet add package DynamoDb.SQL --version 1.3.0
Install-Package DynamoDb.SQL -Version 1.3.0
<PackageReference Include="DynamoDb.SQL" Version="1.3.0" />
Frameworks
Dependencies
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
Compatibility metadata lists 1 target framework; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.