Top 20 NuGet dapper Packages

Independent open source project by Kristian Gundry Nielsen. SQL binding for azure functions using Dapper, currently only working with MS SQL Server
Extension library for Dapper to include ORM support and async.
Package Description
Package Description
A lightweight ORM wrapper. Inspired by Dapper, but made more compact. Supports MS SQL, Postgres, Oracle, SQLite, SQL CE and any other DB with ADO.NET provider.
Extension library to connect and perform MySQL Database operation in efficient way Find example here : https://github.com/bibashkafle/DapperMySqlExtenstionExample/
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.
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.
Provider-agnostic ADO.NET helper utilities
Automatically generate DynamicParameter objects for Dapper
用作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...
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.
This library is base on Dapper-Extensions, extended several methods.