cocoon-orm 2.0.0

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

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

Cocoon ORM is a simple .NET object-relational mapper alternative to Entity Framework or NHibernate. Cocoon ORM supports SQL Server 2008/2012/20014/+, and SQL Azure.

The goals of Cocoon ORM

Massivly reduce the amount of code required for database access.

Leverage simplicity and elegance.

Speed up development time.

Reduce bugs.

Replace complicated stored procedures with simpler in-code versions.

Features of Cocoon ORM

Includes most common database querying tasks in a simple API.

Very fast and reliable.

Stored procedures and inline SQL support.

Requires no special training; examples are plentiful and directly applicable to your code.

Includes a model generator to speed up model creation.

Leverages data attributes similar to that of the Entity Framework and NHibernate in a simpler manner.

Many utility functions for common database development including: Unique Identifier generation, object mapping, object typing, hashing functions, data encoding and compression.

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,360 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,919 5/19/2015
1.0.1 1,615 5/18/2015
1.0.0 1,730 5/18/2015