Top 20 NuGet Dapper Packages

A easy-to-use and high performance Micro-ORM for .NET
Framework 4.0
YeaJur.Data.Sql.Dapper
Extension methods for Dapper.
A simple light weight LINQ provider for Dapper.Net
Dapper Generic Repository And Unit Of Work
Test helper classes for the DapperMagna.DB.Extensions package.
Useful tools for Windows Phone Silverlight applications.
A clone+mod of Dapper.SimpleCRUD but with type-safe common CRUD methods instead of error-prone anonymous parameter objects. (some private static methods caused issues that meant I couldn't simply extend the SimpleCRUD partial class) Adds strongly typed selectors by using reflection over DB En...
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.
An easy-to-use timeseries database client that allows storing of masses of simple of data structures identified by a string id and a timestamp.
A simple abstraction atop the Dapper and Dapper.SimpleCRUD extension methods for testability.
Nif.Orm.Dapper.Cqs is library to implement Command–Query Separation (CQS) principle with Dapper.
Helper around Dapper that supports strong typed mapping from data objects to business objects on the fly
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
A ScriptCS scriptpack to support Dapper
DapperPoco is a reflection driven SQL generator that wraps the popular Dapper ORM framework. With DapperPoco you just create your POCO objects, decorate them, and use them; no writing SQL statements unless absolutely necessary.
Library for work with database using dapper. Including table variables and PersistenceBase class
A blatant ripoff of Dapper's SqlBuilder. Use me to easily build parameterized dynamic sql. Parameter buildup intended for use with Dapper.