DynamoDb.SQL
1.2.1
See the version list below for details.
dotnet add package DynamoDb.SQL --version 1.2.1
NuGet\Install-Package DynamoDb.SQL -Version 1.2.1
<PackageReference Include="DynamoDb.SQL" Version="1.2.1" />
paket add DynamoDb.SQL --version 1.2.1
#r "nuget: DynamoDb.SQL, 1.2.1"
// Install DynamoDb.SQL as a Cake Addin #addin nuget:?package=DynamoDb.SQL&version=1.2.1 // Install DynamoDb.SQL as a Cake Tool #tool nuget:?package=DynamoDb.SQL&version=1.2.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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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 | 94,481 | 10/25/2016 |
3.0.0 | 3,217 | 2/13/2016 |
2.1.2 | 6,800 | 10/7/2015 |
2.1.1 | 1,902 | 9/1/2015 |
2.1.0 | 2,011 | 5/6/2015 |
2.0.2 | 1,926 | 10/4/2014 |
2.0.1 | 2,362 | 8/12/2014 |
2.0.0 | 2,006 | 1/1/2014 |
1.3.1 | 2,285 | 7/2/2013 |
1.3.0 | 2,004 | 6/23/2013 |
1.2.2 | 1,945 | 6/15/2013 |
1.2.1 | 1,862 | 5/5/2013 |
1.1.3 | 1,985 | 3/27/2013 |
1.1.2 | 1,893 | 3/15/2013 |
1.1.1 | 1,886 | 3/3/2013 |
1.1.0 | 1,905 | 2/26/2013 |
1.0.11 | 1,847 | 2/20/2013 |
1.0.10 | 1,875 | 2/15/2013 |
1.0.9 | 1,987 | 12/21/2012 |
- updated AWSSDK to v1.5.19.0
- supports DynamoDBv2 client
- supports querying by Index
- supports new query/scan option to not return consumed capacity