Top 20 NuGet Packages depending on Dapper

Total dependencies: 1885

Independent open source project by Kristian Gundry Nielsen. SQL binding for azure functions using Dapper, currently only working with MS SQL Server
Package Description
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 => ...
FORK - https://github.com/tmsmith/Dapper-Extensions. 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.
Library to encapsulate repository pattern code based on Dapper
Extension library to connect and perform MySQL Database operation in efficient way Find example here : https://github.com/bibashkafle/DapperMySqlExtenstionExample/
Infrastructure elements to the microservice battleship game
Package Description
Package Description
SimpleSQLite - small library for SQLite database. Features: Prepare Database creates a new database for the model if it does not exist. Adds automatically tables and columns. Write list of objects to the database. Inclusive all type of parameters des objects. Write value to table column for the sel...
Overt.Core.Data
Automatically generate DynamicParameter objects for Dapper
用作Dapper扩展,只是为了解析sql,目前支持mysql及sqlserver
Ding.Hangfire.SQLite是基于.net core平台开发的应用框架中的基于Hangfire的定时计划处理类,数据库采用Sqlite。
对EF-MSSQL的操作仓储封装
Uma gambiarra muuuuito legal
Package Description
Overt.Core.Data