Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork104
CRUD operations with Dapper made simple.
License
henkmollema/Dommel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CRUD operations with Dapper made simple.
Build | NuGet | MyGet | Test Coverage |
---|---|---|---|
Dommel provides a convenient API for CRUD operations using extension methods on theIDbConnection
interface. The SQL queries are generated based on your POCO entities. Dommel also supports LINQ expressions which are being translated to SQL expressions.Dapper is used for query execution and object mapping.
There are several extensibility points available to change the behavior of resolving table names, column names, the key property and POCO properties. SeeExtensibility for more details.
Dommel is available onNuGet.
dotnet add package Dommel
Install-Package Dommel
The documentation is available atLearn Dapper.
Dapper Plus andEntity Framework Extensions are major sponsors and are proud to contribute to the development of Dommel.
About
CRUD operations with Dapper made simple.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.