Top 20 NuGet Dapper Packages

A small library that adds generic repository features to Dapper, and additionally predicates and a logging system.
Adds extension to Dapper that allows you to build a query in a strongly typed manner.
Entity generation using classic component model annotations for Dapper.FastCrud from a LocalDb or Sql Server database. Entity domain partitioning can be achieved via separate template configurations. The installation package provides a sample config file, SampleModelGeneratorConfig.tt. Do not modify...
DrivenDb is a better microORM. Unique features, excellent performance, and cleaner code in as few trips to the database as possible.
The connection management wrapper for Dapper.net. *************************************** // To create an instance of database context inherit DbContext class TestDb : DbContext { private const string ConnectionName = "DefaultConnection"; private TestDb() : base(ConnectionName) { } } // e...
This is an lambda extension of dapper, Chain style makes developers more elegant and intuitive.
Autofac registration modules for IDbExecutor and IDbExecutorFactory (for multiple SQL providers)
Identity package that uses Dapper with SQL Server instead EntityFramework for use with .NET Core.
Integrates Dapper with the ASP.Net Core logging system
Dapper extensions for SQL Server
Package Description
AA.Framework is built on the popular open source class library of NET Core
Dapper.SimpleLoad makes it easy to load complex object hierarchies from a relational database.
Moq extensions for Dapper methods.
A fast and easy to use cross platform library for managing data with a SQL Server database based on Dapper.
Simple Get, GetList, GetListPaged, Insert, Update, Delete, DeleteList, and RecordCount extensions for Dapper. Uses smart defaults for attribute free classes but can be overridden as needed. By default uses Id column as the primary key but this can be overridden with an attribute By default qu...
Generic Data Access Object Interfaces
基于Dapper,DapperExtension进行封装,泛型仓储模式,支持异步,支持事务,支持SqlServer、MySql、Sqlite、Oracle、阿里的ADBForMySql等多数据库。 仓库地址:https://gitee.com/LeanCai/DapperBaseDal
Dapper的扩展
A high performance SQL Wrapper and syntax checking supporting MySQL, MariaDB... SQLWrapper generate call code from SQL file and check SQL syntax before compile task. The call automatically created and check syntax identify database changes. SQL Wrapper is not a ORM: it generate code form SQL ...