Linq2DynamoDb.DataContext 1.3.2

dotnet add package Linq2DynamoDb.DataContext --version 1.3.2
NuGet\Install-Package Linq2DynamoDb.DataContext -Version 1.3.2
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="Linq2DynamoDb.DataContext" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Linq2DynamoDb.DataContext --version 1.3.2
#r "nuget: Linq2DynamoDb.DataContext, 1.3.2"
#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 Linq2DynamoDb.DataContext as a Cake Addin
#addin nuget:?package=Linq2DynamoDb.DataContext&version=1.3.2

// Install Linq2DynamoDb.DataContext as a Cake Tool
#tool nuget:?package=Linq2DynamoDb.DataContext&version=1.3.2

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.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.2 138 1/17/2015
1.3.1 113 10/16/2014
1.3.0 98 7/19/2014
1.2.0.3 70 3/27/2014
1.2.0.1 50 3/27/2014