Top 20 NuGet dapper Packages

PostgreSQL support for Jaunty
SQL Server support for Jaunty
This package contains the Dapper.Accelr8 Repository component. It is provided in a different package for those looking to break their repository out from their SQL implementation classes.
This package contains the Dapper.Accelr8 Repository component. It is provided in a different package for those looking to break their repository out from their SQL implementation classes.
一个基于Dapper扩展的ORM框架
Lightweight implementation of Repository Pattern based on Dapper ORM. This implementation supports CRUD operations via auto-generated plain SQL
An implemented IGridReader for PicnicOrm using Dapper.
A dynamic generator for Dapper How to use? https://github.com/kvnallen/Dapper.DynamicReportGenerator
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.
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..
Nif.Orm.Dapper.Cqs is library to implement Command–Query Separation (CQS) principle with Dapper.
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.
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...
基于 Dapper、Dapper-Extensions 构建的微型 ORM 类库,提供一个包含增、删、改、查等常用方法的数据访问层基类,支持用 Lambda 表达式书写查询和更新条件