8000 GitHub - henkmollema/Dommel: CRUD operations with Dapper made simple.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

henkmollema/Dommel

Repository files navigation

Dommel

CRUD operations with Dapper made simple.

Build NuGet MyGet Test Coverage
Travis NuGet MyGet Pre Release codecov

Dommel provides a convenient API for CRUD operations using extension methods on the IDbConnection 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. See Extensibility for more details.

Installing Dommel

Dommel is available on NuGet.

Install using the .NET CLI:

dotnet add package Dommel

Install using the NuGet Package Manager:

Install-Package Dommel

Documentation

The documentation is available at Learn Dapper.

Sponsors

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

Dapper Plus

Entity Framework Extensions

Sponsor this project

 

Contributors 18

Languages

0