cocoon-orm 1.0.5

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

// Install cocoon-orm as a Cake Tool
#tool nuget:?package=cocoon-orm&version=1.0.5

Cocoon ORM is a simple to use .Net open source alternative to the Entity Framework and nHibernate created for SQL Server 2008/2012/20014/+, SQL Azure (but workable in other T-SQL database environments), and MySQL. It is an ORM toolset that performs: automapping, auto CRUD (including select joins), auto SQL, auto stored procedure parameter mapping, and more. It creates easy to inspect parametrized SQL that is execution plan and cache friendly. The SQL that Cocoon ORM generates is the same SQL you yourself might write had you the time.

Cocoon ORM is for developers who are unwilling to trust the Entity Framework or NHibernate to create and manage their database and database code. Cocoon ORM developers should be comfortable with SQL Server and MySQL as well.

NOTE. Some features will be disabled in the MySQL database adapter.

Webpage: https://guidelinetech.github.io/cocoon-orm/

The goals of Cocoon ORM

Leverage simplicity and elegance.
Save time
Reduce bugs
Massivly reduce the amount of code required for database access.
Features of Cocoon ORM

Requires no special training; examples are plentiful and directly applicable to your code today.
Includes regression and benchmarking tools for the truly performance paranoid.
Directly compare performance between Cocoon dynamic parametrized SQL and that of traditional stored procedure.
Leverages data annotations similar to that of the Entity Framework.
Can be used in a simplified code first or a concise code second environment.
Rudementary table generation tools are provided primarily as a time saver; not to remove the need for the developer to understand the underlying database structure.

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.

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.9.0 4,362 3/28/2019
2.3.0 1,453 9/25/2018
2.1.0 1,610 12/11/2017
2.0.0 1,627 3/14/2017
1.1.0 2,090 5/20/2016
1.0.9 1,808 5/20/2016
1.0.8 1,612 5/19/2016
1.0.7 1,602 4/4/2016
1.0.6 1,779 9/11/2015
1.0.5 1,629 8/28/2015
1.0.4 1,577 8/25/2015
1.0.3 2,089 7/27/2015
1.0.2 1,933 5/19/2015
1.0.1 1,619 5/18/2015
1.0.0 1,738 5/18/2015