SqlData 1.0.7

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

// Install SqlData as a Cake Tool
#tool nuget:?package=SqlData&version=1.0.7                

SQL Data is an ORM for C# to SQL without any of the bloat. If you have used ORMs in the past like Entity Framework or NHibernate, you may have noticed that they are ridiculously huge. The reason is that they have much more, sometimes unnecessary, functionality included. If you are using one of these ORMs and are utilizing all of this functionality, then SQL Data is not a good fit. Sql Data is designed to be extremely light weight. The number one goal of this ORM is to allow the developer to obtain data from a SQL database and use this data in strongly typed classes, and do it fast! To put it simply, SQL Data allows you to get data from a SQL database easily, quickly and efficiently.

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
1.1.4 1,434 6/1/2020
1.1.3 731 5/28/2019
1.1.2 612 5/28/2019
1.1.1 602 5/28/2019
1.1.0 1,542 10/17/2016
1.0.17 1,199 9/6/2016
1.0.16 1,224 8/8/2016
1.0.15 1,281 6/2/2016
1.0.13 1,213 6/2/2016
1.0.12 1,292 6/1/2016
1.0.11 1,263 6/1/2016
1.0.9 1,254 6/1/2016
1.0.8 1,232 5/17/2016
1.0.7 1,264 3/20/2016
1.0.3 1,052 1/26/2016
1.0.2 1,018 12/18/2015
1.0.1 1,017 12/15/2015
1.0.0 1,733 12/13/2015