Dommel 1.3.0
See the version list below for details.
dotnet add package Dommel --version 1.3.0
NuGet\Install-Package Dommel -Version 1.3.0
<PackageReference Include="Dommel" Version="1.3.0" />
paket add Dommel --version 1.3.0
#r "nuget: Dommel, 1.3.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Dapper (>= 1.38.0)
NuGet packages (18)
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.4 | 5,504 | 11/15/2024 |
3.3.3 | 24,897 | 8/23/2024 |
3.3.2 | 222 | 8/23/2024 |
3.3.1 | 24,573 | 4/4/2024 |
3.3.0 | 41,995 | 1/18/2024 |
3.2.1 | 6,473 | 1/17/2024 |
3.2.0 | 18,723 | 11/15/2023 |
3.1.0 | 58,263 | 8/7/2023 |
3.0.0 | 253,105 | 12/21/2021 |
2.4.0 | 5,588 | 12/2/2021 |
2.3.3 | 24,777 | 11/4/2021 |
2.3.2 | 191,560 | 7/12/2021 |
2.2.0 | 61,556 | 3/31/2021 |
2.1.0 | 145,011 | 9/8/2020 |
2.0.0 | 681,584 | 6/10/2020 |
1.11.0 | 537,787 | 3/28/2019 |
1.10.1 | 162,254 | 3/7/2018 |
1.9.0 | 176,894 | 8/18/2017 |
1.8.1 | 17,952 | 3/22/2017 |
1.8.0 | 19,875 | 1/16/2017 |
1.7.3 | 3,460 | 12/6/2016 |
1.7.2 | 3,678 | 11/18/2016 |
1.7.1 | 6,111 | 9/14/2016 |
1.7.0 | 2,625 | 9/6/2016 |
1.6.1 | 26,275 | 7/7/2016 |
1.6.0 | 5,111 | 6/10/2016 |
1.5.0 | 2,668 | 2/29/2016 |
1.4.2 | 9,641 | 8/24/2015 |
1.4.1 | 2,583 | 8/22/2015 |
1.4.0 | 2,649 | 5/29/2015 |
1.3.4 | 11,481 | 3/1/2016 |
1.3.3 | 4,042 | 3/12/2015 |
1.3.2 | 2,639 | 3/12/2015 |
1.3.1 | 2,788 | 2/9/2015 |
1.3.0 | 3,080 | 12/4/2014 |
1.2.0 | 2,578 | 9/29/2014 |
1.1.0 | 2,948 | 7/3/2014 |
1.0.0 | 3,280 | 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.