Sign in Sign up
nuget

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.

nuget View on Nuget

Activity

Latest release
9y ago
Total releases
19
Cadence
~39 days
Last 12 months
0

Details

First release
Dec 21, 2012
Releases
Version Released
3.1.0 minor
3.0.0 major
2.1.2 patch
2.1.1 patch
2.1.0 minor
2.0.2 patch
2.0.1 patch
2.0.0 major
1.3.1 patch
1.3.0 minor
1.2.2 patch
1.2.1 minor
1.1.3 patch
1.1.2 patch
1.1.1 patch
1.1.0 minor
1.0.11 patch
1.0.10 patch
1.0.9 initial