Funcular.DataProviders 0.9.6

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

// Install Funcular.DataProviders as a Cake Tool
#tool nuget:?package=Funcular.DataProviders&version=0.9.6

•Provides easy bulk insert, delete and update methods without round trips to the database (New in 0.8.5)
•Automatically scans assemblies in your AppDomain for configurable entities
•No EDMXs
•Sets up a SQL Server context with no configuration but a connection string
•Does not require you to manually add entity types to your DbSet
•By default, picks up any classes derived from EntityTypeConfiguration
•One line of code—a predicate—specifies which Types from your assembly are entities

Currently supports SQL Server; eventually will handle MongoDB and other underlying stores.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.9.6 2,454 5/6/2016
0.8.5 2,186 1/20/2016
0.6.1 2,049 1/13/2016
0.5.0 2,066 7/13/2015
0.0.9 1,899 7/7/2015
0.0.8.2 1,859 7/6/2015

Current release 0.9.6.0

Release notes:
0.9.6.0—Fixed multiple contexts referencing entity bug
0.9.5.0—Added concurrent entity provider, IUnitOfWork pattern
Initial NuGet release @ v 0.0.8