Found 223 repositories(showing 30)
tmsmith
Dapper Extensions is 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. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
phnx47
CRUD for Dapper
Dzoukr
Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite
DapperLib
Dapper community contributions - additional extensions for Dapper
liningit
基于Dapper的LINQ扩展,支持Lambda表达式,支持按时间分库分表,也可以自定义分库分表方法,且实体类有T4模版自动生成.省去手写实体类的麻烦。已在实际项目使用
kogel-net
orm框架 dapper to linq
SkyChenSky
This is an extension based on dapper, supporting lambda expression, with chain style which allows developers to use more gracely and innovationally.
UnoSD
Moq extensions for Dapper methods.
ZeeLyn
A dapper extension library. Support MySql,SQL Server,PostgreSql,Oracle,SQLite and ODBC.
dotarj
Dapper.Mapper is an extension to Dapper multi mapping which figures out the relationships between the returned objects and automatically assigns them.
half-ogre
A simple abstraction atop the Dapper extension methods and TransactionScope for testability.
polianadias
Implementando Dapper e Dapper Extensions no ASP.NET MVC usando DDD, SOLID, DI, IOC, CrossCutting e SelfValidation
thiagoloureiro
VisualStudio Extension to create Easily CRUD queries with Dapper from Models
cajuncoding
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control).
znyet
Dapper + DapperExtensions + CodeGenerator easy to play sqlserver、mysql、oracle、postgresql、sqlite
zzzprojects
IDbTransaction extension methods for Dapper: A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
allycs
基于Dapper进行扩展,ALLYCSCRUD基于实战应用将基础的增删改查语句进行封装,提供分页,以及实体类对sql的大小写转换(AaBb=>aa_bb);支持schema;支持自定义表名;支持标签自定义表名;支持自定义属性名;支持非对应类的sql匹配;
TBertuzzi
:package: Extensions for HttpClient and Custom Repository based on dapper
alexander-87
Fluent Object-Column Mappings for use with Dapper
thiagoamarante
Extension dapper to EntityFramework
bjbr-dev
CRUD Extensions for Dapper.Net
ffhighwind
Dapper Extension similar to Dapper.SimpleCRUD that supports Bulk operations, AutoSync, MatchUpdate, MatchDelete, Distinct, Top/Limit, Upsert, and Insert If Not Exists.
fujiihiroaki
Dapper non-public extension for outside sql file
zhang-xiao-ming
一个基于Dapper扩展的ORM框架
Make ClickHouse available to Dapper
spruce-net
Set of extension methods representing a lightweight orm and a migration framework, for use with Dapper
bolicd
A few dapper extension that can help in everyday use
m98proxy
CRUD extension methods for Dapper (WIP)
yoyofx
YOYOFx中使用的Dapper扩展
sam987883
TypeCache is a fast alternative to System.Reflection. Also contained are IEnumerable extensions as an alternative to System.Linq, as well as a database access alternative to Dapper.