Griffin.Data 1.0.0-pre2

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

// Install Griffin.Data as a Cake Tool
#tool nuget:?package=Griffin.Data&version=1.0.0-pre2&prerelease                

An ADO.NET mapping layer. Write SQL queries and get POCOs back.

You can also use some convenience  functions which allows you to write less SQL.

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 (4)

Showing the top 4 NuGet packages that depend on Griffin.Data:

Package Downloads
Griffin.Data.SqlServer

SQL Server Integration for Griffin.Data.

Griffin.Data.Oracle

Oracle Integration for Griffin.Data.

Griffin.Data.PostgreSql

PostgreSQL Integration for Griffin.Data.

Griffin.Data.MySql

MySQL Integration for Griffin.Data.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-rc45 120 8/21/2023
2.0.0-rc44 107 7/5/2023
2.0.0-rc43 113 7/3/2023
2.0.0-rc42 104 7/3/2023
2.0.0-rc41 112 6/12/2023
2.0.0-rc40 101 6/12/2023
2.0.0-rc39 107 6/6/2023
2.0.0-rc38 103 6/1/2023
2.0.0-rc37 106 5/31/2023
2.0.0-rc36 106 5/23/2023
2.0.0-rc35 110 5/23/2023
2.0.0-rc34 118 5/22/2023
2.0.0-rc33 103 5/17/2023
2.0.0-rc32 114 5/17/2023
2.0.0-rc31 107 5/17/2023
2.0.0-rc30 108 5/7/2023
2.0.0-rc29 107 5/7/2023
2.0.0-rc28 112 5/5/2023
2.0.0-rc27 120 4/30/2023
2.0.0-rc26 116 4/30/2023
2.0.0-rc24 132 4/30/2023
2.0.0-rc23 120 4/29/2023
2.0.0-rc22 129 4/23/2023
2.0.0-rc21 123 4/21/2023
2.0.0-rc20 124 4/21/2023
2.0.0-rc19 121 4/21/2023
2.0.0-rc18 116 4/21/2023
2.0.0-rc17 122 4/17/2023
2.0.0-rc16 127 4/17/2023
2.0.0-rc15 130 4/15/2023
2.0.0-rc14 121 4/14/2023
2.0.0-rc13 122 4/14/2023
2.0.0-rc12 132 4/13/2023
2.0.0-rc11 124 4/13/2023
2.0.0-rc10 126 4/13/2023
2.0.0-rc09 123 4/13/2023
2.0.0-rc08 125 4/13/2023
2.0.0-rc07 130 4/13/2023
2.0.0-rc06 132 4/13/2023
2.0.0-rc05 124 4/13/2023
2.0.0-rc04 127 4/13/2023
2.0.0-rc03 130 4/12/2023
2.0.0-rc02 127 4/12/2023
2.0.0-rc01 129 4/12/2023
1.0.0-pre3 1,503 9/20/2012
1.0.0-pre2 1,113 9/20/2012
1.0.0-pre1 1,125 9/19/2012

Moved the converters to a seperate folder & fixed the SqlServerPager