Skip to content
bskeen edited this page Aug 17, 2021 · 1 revision

What is Dapper.Wrappers?

Dapper Wrappers is a .Net library that you can use to wrap Dapper .Net. The library is designed to declare query pieces at compile time that can then be composed together at runtime and sent to the database.

When should Dapper.Wrappers be used?

Dapper.Wrappers was designed to help with some runtime customizations of mostly static queries. In cases where extremely dynamic queries are required, it is probably better to use a tool such as Entity Framework. This could be if you are planning on using OData for example.

Clone this wiki locally