Dommel 1.3.0

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

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

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.

NuGet packages (19)

Showing the top 5 NuGet packages that depend on Dommel:

Package Downloads
Dapper.FluentMap.Dommel

Dapper.FluentMap extension for Dommel support.

ZKWeb.ORM.Dapper

Support use Dapper in ZKWeb. For more information please visit project site.

Dommel.Json

JSON support for Dommel.

Webenable.FeatureToggles

Simple feature toggles implementation for ASP.NET Core.

RCommon.Persistence.Dapper

A cohesive set of .NET 7 infrastructure libraries that utilizes abstractions for persistence, unit of work/transactions, distributed events, distributed transactions, and more.

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
3.3.0 11,296 1/18/2024
3.2.1 2,142 1/17/2024
3.2.0 8,478 11/15/2023
3.1.0 32,986 8/7/2023
3.0.0 209,114 12/21/2021
2.4.0 4,351 12/2/2021
2.3.3 20,492 11/4/2021
2.3.2 149,536 7/12/2021
2.2.0 54,262 3/31/2021
2.1.0 113,505 9/8/2020
2.0.0 487,129 6/10/2020
1.11.0 471,869 3/28/2019
1.10.1 131,365 3/7/2018
1.9.0 164,902 8/18/2017
1.8.1 17,319 3/22/2017
1.8.0 18,359 1/16/2017
1.7.3 3,367 12/6/2016
1.7.2 3,526 11/18/2016
1.7.1 5,871 9/14/2016
1.7.0 2,544 9/6/2016
1.6.1 25,399 7/7/2016
1.6.0 4,965 6/10/2016
1.5.0 2,562 2/29/2016
1.4.2 8,049 8/24/2015
1.4.1 2,492 8/22/2015
1.4.0 2,564 5/29/2015
1.3.4 11,232 3/1/2016
1.3.3 3,709 3/12/2015
1.3.2 2,553 3/12/2015
1.3.1 2,700 2/9/2015
1.3.0 2,996 12/4/2014
1.2.0 2,474 9/29/2014
1.1.0 2,842 7/3/2014
1.0.0 3,137 6/23/2014

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.