Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CRUD operations with Dapper made simple.

License

NotificationsYou must be signed in to change notification settings

henkmollema/Dommel

Repository files navigation

CRUD operations with Dapper made simple.

BuildNuGetMyGetTest Coverage
TravisNuGetMyGet Pre Releasecodecov

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.

Installing Dommel

Dommel is available onNuGet.

Install using the .NET CLI:

dotnet add package Dommel

Install using the NuGet Package Manager:

Install-Package Dommel

Documentation

The documentation is available atLearn Dapper.

Sponsors

Dapper Plus andEntity Framework Extensions are major sponsors and are proud to contribute to the development of Dommel.

Dapper Plus

Entity Framework Extensions

Sponsor this project

 

Contributors18

Languages


[8]ページ先頭

©2009-2025 Movatter.jp