Dommel 1.3.3
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Dommel --version 1.3.3
NuGet\Install-Package Dommel -Version 1.3.3
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.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dommel" Version="1.3.3" />
<PackageReference Include="Dommel" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dommel --version 1.3.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dommel, 1.3.3"
#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.
#addin nuget:?package=Dommel&version=1.3.3
#tool nuget:?package=Dommel&version=1.3.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simple CRUD operations for Dapper.
Product | Versions 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.
-
- 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 |
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.