Dommel 1.3.4
See the version list below for details.
dotnet add package Dommel --version 1.3.4
NuGet\Install-Package Dommel -Version 1.3.4
<PackageReference Include="Dommel" Version="1.3.4" />
paket add Dommel --version 1.3.4
#r "nuget: Dommel, 1.3.4"
// Install Dommel as a Cake Addin #addin nuget:?package=Dommel&version=1.3.4 // Install Dommel as a Cake Tool #tool nuget:?package=Dommel&version=1.3.4
Simple CRUD operations for Dapper.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Dapper (>= 1.42.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 | 3,715 | 11/15/2024 |
3.3.3 | 22,782 | 8/23/2024 |
3.3.2 | 206 | 8/23/2024 |
3.3.1 | 24,010 | 4/4/2024 |
3.3.0 | 41,485 | 1/18/2024 |
3.2.1 | 6,472 | 1/17/2024 |
3.2.0 | 18,233 | 11/15/2023 |
3.1.0 | 57,108 | 8/7/2023 |
3.0.0 | 251,626 | 12/21/2021 |
2.4.0 | 5,543 | 12/2/2021 |
2.3.3 | 24,487 | 11/4/2021 |
2.3.2 | 189,751 | 7/12/2021 |
2.2.0 | 61,122 | 3/31/2021 |
2.1.0 | 143,590 | 9/8/2020 |
2.0.0 | 674,582 | 6/10/2020 |
1.11.0 | 535,415 | 3/28/2019 |
1.10.1 | 160,845 | 3/7/2018 |
1.9.0 | 176,497 | 8/18/2017 |
1.8.1 | 17,952 | 3/22/2017 |
1.8.0 | 19,831 | 1/16/2017 |
1.7.3 | 3,460 | 12/6/2016 |
1.7.2 | 3,678 | 11/18/2016 |
1.7.1 | 6,109 | 9/14/2016 |
1.7.0 | 2,625 | 9/6/2016 |
1.6.1 | 26,247 | 7/7/2016 |
1.6.0 | 5,111 | 6/10/2016 |
1.5.0 | 2,668 | 2/29/2016 |
1.4.2 | 9,531 | 8/24/2015 |
1.4.1 | 2,583 | 8/22/2015 |
1.4.0 | 2,649 | 5/29/2015 |
1.3.4 | 11,465 | 3/1/2016 |
1.3.3 | 4,038 | 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,279 | 6/23/2014 |
v1.3.4
- Updated Dapper package
v1.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.