DynamoDb.SQL
3.1.0
dotnet add package DynamoDb.SQL --version 3.1.0
NuGet\Install-Package DynamoDb.SQL -Version 3.1.0
<PackageReference Include="DynamoDb.SQL" Version="3.1.0" />
paket add DynamoDb.SQL --version 3.1.0
#r "nuget: DynamoDb.SQL, 3.1.0"
// Install DynamoDb.SQL as a Cake Addin #addin nuget:?package=DynamoDb.SQL&version=3.1.0 // Install DynamoDb.SQL as a Cake Tool #tool nuget:?package=DynamoDb.SQL&version=3.1.0
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 | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- AWSSDK.DynamoDBv2 (>= 3.1.0 && < 4.0.0)
- FParsec (>= 1.0.0 && < 2.0.0)
- FSharp.Core (>= 3.1.2.5 && < 5.0.0)
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,020 | 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,010 | 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,985 | 12/21/2012 |
Relaxed restriction on FSharp.Core