Linq2DynamoDb.DataContext
2.4.0
A type-safe data context for AWS DynamoDB with LINQ and in-memory caching support. Allows to combine DynamoDB's durability with cache speed and read consistency. Translates LINQ queries into corresponding DynamoDB Get/Query/Scan operations (trying to choose the most effective one) and stores query results in an in-memory cache. When data is modified, it's saved both to DynamoDB and to cache.
Install-Package Linq2DynamoDb.DataContext -Version 2.4.0
dotnet add package Linq2DynamoDb.DataContext --version 2.4.0
<PackageReference Include="Linq2DynamoDb.DataContext" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Linq2DynamoDb.DataContext --version 2.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Linq2DynamoDb.DataContext, 2.4.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
OData $select support. TryFind() methods.
Dependencies
-
.NETFramework 4.6.1
- AWSSDK.DynamoDBv2 (>= 3.3.2.1)
-
.NETStandard 1.6
- AWSSDK.DynamoDBv2 (>= 3.3.2.1)
- NETStandard.Library (>= 1.6.1)
- System.Linq.Queryable (>= 4.3.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Linq2DynamoDb.DataContext:
Package | Downloads |
---|---|
Linq2DynamoDb.AspNet.DataSource
A set of extensions to Linq2DynamoDb.DataContext for use in ASP.Net projects. Includes an ASP.Net DataSource implementation. Extends Linq2DynamoDb.DataContext to allow exposing it as an OData endpoint.
|
|
Linq2DynamoDb.DataContext.Caching.Redis
Implements caching in Redis (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.
|
|
Linq2DynamoDb.DataContext.Caching.MemcacheD
Implements caching in MemcacheD (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.
|
|
Linq2DynamoDb.WebApi.OData
A set of extensions to Linq2DynamoDb.DataContext for use in ASP.Net WebApi projects.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.4.0 | 41,711 | 12/9/2017 |
2.3.1 | 665 | 11/7/2017 |
2.3.0 | 2,590 | 3/3/2017 |
2.2.0 | 665 | 2/12/2017 |
2.1.0 | 1,128 | 2/2/2017 |
2.1.0-beta | 466 | 1/31/2017 |
2.0.1 | 8,404 | 8/23/2016 |
2.0.0 | 5,855 | 2/28/2016 |
1.4.2.1 | 1,288 | 9/26/2015 |
1.4.1.1 | 626 | 9/6/2015 |
1.4.0 | 812 | 5/7/2015 |
1.3.2 | 694 | 1/17/2015 |
1.3.1 | 764 | 10/16/2014 |
1.3.0 | 741 | 7/19/2014 |
1.2.0.3 | 751 | 3/27/2014 |
1.2.0.1 | 598 | 3/27/2014 |