DynamoDb.SQL 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DynamoDb.SQL --version 1.1.1
NuGet\Install-Package DynamoDb.SQL -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DynamoDb.SQL" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamoDb.SQL --version 1.1.1
#r "nuget: DynamoDb.SQL, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DynamoDb.SQL as a Cake Addin
#addin nuget:?package=DynamoDb.SQL&version=1.1.1

// Install DynamoDb.SQL as a Cake Tool
#tool nuget:?package=DynamoDb.SQL&version=1.1.1

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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 79,717 10/25/2016
3.0.0 3,127 2/13/2016
2.1.2 6,690 10/7/2015
2.1.1 1,812 9/1/2015
2.1.0 1,913 5/6/2015
2.0.2 1,819 10/4/2014
2.0.1 2,290 8/12/2014
2.0.0 1,896 1/1/2014
1.3.1 2,186 7/2/2013
1.3.0 1,915 6/23/2013
1.2.2 1,849 6/15/2013
1.2.1 1,776 5/5/2013
1.1.3 1,898 3/27/2013
1.1.2 1,802 3/15/2013
1.1.1 1,804 3/3/2013
1.1.0 1,817 2/26/2013
1.0.11 1,763 2/20/2013
1.0.10 1,808 2/15/2013
1.0.9 1,898 12/21/2012

- updated AWSSDK to v1.5.15.0