Ractor.Persistence 0.3.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ractor.Persistence --version 0.3.6
NuGet\Install-Package Ractor.Persistence -Version 0.3.6
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="Ractor.Persistence" Version="0.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ractor.Persistence --version 0.3.6
#r "nuget: Ractor.Persistence, 0.3.6"
#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 Ractor.Persistence as a Cake Addin
#addin nuget:?package=Ractor.Persistence&version=0.3.6

// Install Ractor.Persistence as a Cake Tool
#tool nuget:?package=Ractor.Persistence&version=0.3.6

Ractor.Persistence is a collection of APIs for POCOs and blobs persistence and a strongly typed Redisclient based on excellent Stackexchange.Redis library.The typed Redis client has strong opinion about keys schema inside Redis and uses a concept of root/owner objects to store dependent objects/collections. POCO/database persistor is implemented on top of Entity Framework 6 (with automatic migrations enabled for non-destructive schema changes). Blob persistor saves large data objects to files or S3.

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Ractor.Persistence:

Package Downloads
Ractor

Ractor

Ractor.Persistence.AWS

Ractor.Persistence

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0-build1702080717 972 2/8/2017
0.5.5 1,326 12/25/2016
0.5.4 1,458 12/25/2016
0.5.3 1,046 12/25/2016
0.5.2 1,002 12/23/2016
0.5.1 1,016 12/21/2016
0.5.0 989 12/21/2016
0.4.5 1,395 2/25/2016
0.4.4 1,168 9/25/2015
0.4.3 1,086 9/23/2015
0.4.2 1,081 8/18/2015
0.4.1 1,282 7/16/2015
0.4.0 1,188 7/14/2015
0.3.9 1,056 7/14/2015
0.3.8 1,166 7/13/2015
0.3.7 1,092 7/6/2015
0.3.6 1,096 7/6/2015
0.3.5 1,116 4/1/2015
0.3.4 1,095 3/27/2015
0.3.3 1,075 3/25/2015
0.3.2 1,060 3/25/2015
0.3.1 1,220 3/24/2015
0.3.0 1,152 9/21/2014
0.2.6 1,133 8/21/2014
0.2.5 1,141 8/21/2014
0.2.4 1,100 8/9/2014
0.2.3 1,114 8/8/2014
0.2.2 1,092 8/5/2014
0.2.1 1,125 8/5/2014
0.2.0 1,071 7/30/2014
0.1.1 9,008 7/11/2014

Inject OnModelCreating action for DataContext