Skip to main content
DynamoDb.SQL package icon

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.

Total Downloads
202.3K
202,291
Published
Sep 1, 2015
Latest stable version

Install

.NET CLI
dotnet add package DynamoDb.SQL --version 2.1.1
Package Manager Console
Install-Package DynamoDb.SQL -Version 2.1.1
PackageReference
<PackageReference Include="DynamoDb.SQL" Version="2.1.1" />

Frameworks

No framework metadata available.

Dependencies

[2.3.1, )
[1.0.1, )

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.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

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.