Dommel 1.3.3

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

// Install Dommel as a Cake Tool
#tool nuget:?package=Dommel&version=1.3.3

Simple CRUD operations for Dapper.

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.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Dommel:

Repository Stars
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
Version Downloads Last updated
1.4.0-beta1 41 3/23/2015
1.3.3 222 3/12/2015
1.3.1 65 2/9/2015
1.3.0 152 12/4/2014

v.1.3.3
- Previous package was invalid.

v1.3.2
- Default resolvers are now public - #21.

v1.3.1
- Added IDbTransaction parameter to CUD operations - #17
- Fixed wrong SQLite query builder - #19.

v1.3
- Public Resolver class - #11
- Skip complex types on entities - #13, #15
- Updated Dapper to v1.38

v1.2
- Added query builders to build RDBMS specific queries. Issue #8.

v1.1
- Added GetAll() method. Issue #2.
- Breaking change: renamed class 'Dommel' to 'DommelMapper'. Issue #5.

v1.0
- Initial release with basic CRUD functionality.