Top 20 NuGet Dapper Packages

用作Dapper扩展,只是为了解析sql,目前支持mysql及sqlserver
This library includes an Id<T> struct that can be used for typing String based identifiers in your code. This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to communicat...
This library includes an Id<T> struct that can be used for typing Long based identifiers in your code. This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to communicate ...
This library includes an Id<T> struct that can be used for typing Int based identifiers in your code. This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to communicate t...
Automatically generate DynamicParameter objects for Dapper
Provider-agnostic ADO.NET helper utilities
FORK - https://github.com/tmsmith/Dapper-Extensions. A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
Dapper is a micro orm tool for .Net ado providers. The purpose of this library is to provide a tool that can be used in an easy and generic structure.
基于Dapper的Lambda扩展支持按时间分库分表,也可以自定义分库分表方法,且实体类有T4模版自动生成.省去手写实体类的麻烦 MySql扩展
基于Dapper的Lambda扩展支持按时间分库分表,也可以自定义分库分表方法,且实体类有T4模版自动生成.省去手写实体类的麻烦 SqlServer扩展
A thin wrapper around Dapper.Net that helps with runtime customization of queries.
对dapper操作进行封装
Dermayon Dapper Repositories, including Generic CRUD Dapper
This library is base on Dapper-Extensions, extended several methods.
This is a companion library for to integrate StronglyTyped.StringIds as a usable type in a Dapper query in an easy way.
This is a companion library for to integrate StronglyTyped.LongIds as a usable type in a Dapper query in an easy way.
This is a companion library for to integrate StronglyTyped.IntIds as a usable type in a Dapper query in an easy way.
This is a companion library for to integrate StronglyTyped.GuidIds as a usable type in a Dapper query in an easy way.
A CRUD operation repository Based on Dapper