Dommel 1.4.0-beta1

This is a prerelease version of Dommel.
dotnet add package Dommel --version 1.4.0-beta1
NuGet\Install-Package Dommel -Version 1.4.0-beta1
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.4.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dommel --version 1.4.0-beta1
#r "nuget: Dommel, 1.4.0-beta1"
#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.4.0-beta1&prerelease

// Install Dommel as a Cake Tool
#tool nuget:?package=Dommel&version=1.4.0-beta1&prerelease

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

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

Repository Stars
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
henkmollema/Dapper-FluentMap
Provides a simple API to fluently map POCO properties to database columns when using Dapper.
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

v1.4.0-beta1
- Added multi mapping for Get and GetAll methods - #24.

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.