Top 20 NuGet Packages depending on Dapper

Total dependencies: 1885

You shouldn't reference this - Exceptional's shared library for all frameworks
Hangfire's mysql storage.
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
Dapper.FluentMap extension for Dommel support.
PostgreSql storage implementation for Hangfire (background job system for ASP.NET and aspnet core applications).
The Dapper SqlBuilder component, for building SQL queries dynamically.
You hate verbatim SQL queries with zero type safety for your code but you love the speed? Dapper.FastCRUD is built around essential features of the C# 6 / VB that have finally raised the simplicity of raw SQL constructs to acceptable maintenance levels. These features leave no chance t...
CRUD for Dapper
Dapper Extentsions for dotnet core
C# .NET Framework4.5版本工具类
Dapper.Mapper is an extension to Dapper multi mapping which figures out the relationships between the returned objects and automatically assigns them. Instead of explicitly writing this: 'var employee = connection.Query<Employee, Department, Employee>(sql, (employee, department) => { employee.Depart...
Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
SqlServer based state provider for ResourceWatcher
NLog configuration helper and extensions for Ark standard configuration using code and not config files.
Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
a weightlight orm base on dapper 一个轻量级的基于dapper的orm
FMS Insight is a client and server which runs on an flexible machining system (FMS) cell controller. It provides a server which stores a log of all events and stores a log of planned jobs, a server which translates incomming planned jobs into jobs in the cell controller, a REST-like HTTP API ...
Package Description
Componente de dados específico para Dapper, parte da arquitetura de software E5R Development Team
Dapper is a great tool if you want to write database-agnostic code. However, sometimes you need to access functionality that is provider-specific. This assembly adds support for writing Oracle-specific SQL, that supports all dbtypes used by the Oracle managed provider on a parameter, supports set...