Dommel 1.4.0-beta1
dotnet add package Dommel --version 1.4.0-beta1
NuGet\Install-Package Dommel -Version 1.4.0-beta1
<PackageReference Include="Dommel" Version="1.4.0-beta1" />
<PackageVersion Include="Dommel" Version="1.4.0-beta1" />
<PackageReference Include="Dommel" />
paket add Dommel --version 1.4.0-beta1
#r "nuget: Dommel, 1.4.0-beta1"
#:package Dommel@1.4.0-beta1
#addin nuget:?package=Dommel&version=1.4.0-beta1&prerelease
#tool nuget:?package=Dommel&version=1.4.0-beta1&prerelease
Simple CRUD operations for Dapper.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net is compatible. | 
- 
                                                
- Dapper (>= 1.38.0)
 
 
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 | 224 | 3/12/2015 | 
| 1.3.1 | 66 | 2/9/2015 | 
| 1.3.0 | 153 | 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.