Skip to content

Repository files navigation

Dommel Extended

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.

Dommel Extended is just a fork aimed to provide some extended methods like bulk operations, more selects options etc.

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 Extended

Dommel is available on NuGet.

Install using the .NET CLI:

dotnet add package DommelExtended

Install using the NuGet Package Manager:

Install-Package DommelExtended

Documentation

The documentation is available at Learn Dapper.

About

CRUD operations with Dapper made simple.

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Contributors

Languages