DrivenDb 1.6.0

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

// Install DrivenDb as a Cake Tool
#tool nuget:?package=DrivenDb&version=1.6.0

DrivenDb is a better microORM.  Unique features, excellent performance, and cleaner code in as few trips to the database as possible.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

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
2.0.0 2,507 12/18/2017
1.51.0 4,880 5/12/2016
1.46.0 1,902 3/2/2016
1.45.0 2,011 3/2/2016
1.44.0 1,881 3/2/2016
1.43.0 2,710 9/30/2015
1.42.0 1,948 9/30/2015
1.41.0 2,172 9/25/2015
1.40.0 2,102 8/31/2015
1.34.0 2,759 8/10/2015
1.33.0 2,191 8/7/2015
1.32.0 2,119 8/7/2015
1.31.0 2,864 6/9/2015
1.30.0 2,589 6/2/2015
1.20.0 2,826 3/9/2015
1.19.0 2,270 12/10/2014
1.18.0 2,124 11/24/2014
1.16.0 2,221 11/20/2014
1.15.0 2,937 11/11/2014
1.14.0 2,690 11/10/2014
1.13.2 2,403 11/7/2014
1.13.1 2,006 10/15/2014
1.13.0 1,998 10/13/2014
1.12.0 2,303 7/18/2014
1.11.1 2,115 3/24/2014
1.11.0 2,015 3/24/2014
1.10.1 2,100 3/5/2014
1.10.0 1,998 3/5/2014
1.9.0 2,032 2/19/2014
1.8.0 2,122 1/8/2014
1.7.1 2,125 12/7/2013
1.7.0 2,077 11/8/2013
1.6.1 2,068 11/5/2013
1.6.0.5 2,012 10/21/2013
1.6.0.3 2,029 10/21/2013
1.6.0.2 1,975 10/11/2013
1.6.0.1 2,105 10/2/2013
1.6.0 2,083 9/23/2013
1.5.5.1 2,035 9/23/2013
1.5.5 2,124 9/23/2013
1.5.4 2,140 9/18/2013
1.5.3 2,092 9/18/2013
1.5.2.3 2,036 9/13/2013
1.5.2.2 2,029 9/9/2013
1.5.2 2,072 9/6/2013
1.5.1.1 2,022 9/5/2013
1.5.1 2,089 9/4/2013
1.5.0.1 1,998 8/29/2013

Breaking change. Removed "ReadValue(s)" methods.  They were duplicative and unnecessary.  You should now only need to use the "ReadValue(s)<T>" methods.