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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- 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 | 64,047 | 10/25/2016 |
3.0.0 | 2,447 | 2/13/2016 |
2.1.2 | 5,993 | 10/7/2015 |
2.1.1 | 1,178 | 9/1/2015 |
2.1.0 | 1,268 | 5/6/2015 |
2.0.2 | 1,189 | 10/4/2014 |
2.0.1 | 1,613 | 8/12/2014 |
2.0.0 | 1,234 | 1/1/2014 |
1.3.1 | 1,543 | 7/2/2013 |
1.3.0 | 1,217 | 6/23/2013 |
1.2.2 | 1,155 | 6/15/2013 |
1.2.1 | 1,153 | 5/5/2013 |
1.1.3 | 1,217 | 3/27/2013 |
1.1.2 | 1,122 | 3/15/2013 |
1.1.1 | 1,183 | 3/3/2013 |
1.1.0 | 1,161 | 2/26/2013 |
1.0.11 | 1,154 | 2/20/2013 |
1.0.10 | 1,163 | 2/15/2013 |
1.0.9 | 1,193 | 12/21/2012 |
Relaxed restriction on FSharp.Core