Top 20 NuGet dapper Packages

Based on the application framework developed by .Net Standard, it is committed to rapid development, standardization of some standards, and so on.
my useful extension methods Of Dapper.
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, Support for multiple databases: SQL Server, MySQL, Sqlite, Postgresql, Oracle...
Dapper.SQLExtensions aims at providing an easy SQL statements builder to use side-by-side with Dapper.
Rrs.Dapper.Fluent Class Library
EasyDapper core components and interfaces. Supports implementation of SQL statement builders that are made available within an implementation of the Repository pattern.
Implementation of Dapper executor for Microsoft SQL Server
A high performance Micro-ORM that wraps Dapper ORM with extended functionality and extendability. This package is support for MySql Databases. Included features. - Support MySql Databases. - Support Stored procedures. - Support SQL Text queries.
A high performance Micro-ORM that wraps Dapper ORM with extended functionality and extendability. This wrapper only supports for SqlServer database at the moment. Will extend the support to other Databases in the future. Included features. - Support SQL Server Databases (as Extens...
A high performance Micro-ORM that wraps Dapper ORM with extended functionality and extendability. This package is support for MySql Databases. Included features. - Support Sql Server Databases. - Support Stored procedures. - Support SQL Text queries.
基于dapper拓展的ORM操作类。可以直接使用实体类进行相应的操作,如果db.Insert(Entity);
Simple wrapper with its factory for working with database connections (for Entity Framework Core)
Una abstracción de Unit Of Work y Repository para iniciar el trabajo con Dapper.
System.Data.IDbConnection cnn ; var res0 = cnn.Find<GoodsInfo>().Take1().Ex(); var res5 = cnn.Find<GoodsInfo>().Take(100).Ex(); var res4 = cnn.Find<GoodsInfo>(o => o.GoodsId == 1).Ex(); var res3 = cnn.Find<GoodsInfo>().Sort(o => o.UpdateTime).Take1().Ex(); var res2 = cnn.Find<GoodsInfo>().Sort(o => ...
This is an lambda extension of dapper, Chain style makes developers more elegant and intuitive.
MiniDDD Repository for jimu with dapper
ORM dapper