Top 20 NuGet Packages depending on Dapper

Total dependencies: 1885

Allows for SQLinq to be more easily used with a little help from "Dapper dot net".
Repository wrapper for dapper
A lightweight ORM based on Dapper and DapperExtensions.
Alter is a tool for managing schema changes to a relational database that are part of application development. Its two main goals are: keep database schema changes in sync with application code changes and provide a way to deploy changes to all environments in the same manner.
dapper for asp.net identity
Dapperer an extension for Dapper
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.
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 表达式书写查询和更新条件
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.