-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bskeen edited this page Aug 17, 2021
·
1 revision
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.
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.