Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: dapper-extensions

vborovikov/spryer

Enum mapping for Dapper and more

Language: C# - Size: 34.2 KB - Last synced: 5 days ago - Pushed: 6 days ago - Stars: 0 - Forks: 0

TBertuzzi/RepositoryHelpers

:package: Extensions for HttpClient and Custom Repository based on dapper

Language: C# - Size: 136 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 28 - Forks: 6

phnx47/dapper-repositories

CRUD for Dapper

Language: C# - Size: 1.31 MB - Last synced: 24 days ago - Pushed: 25 days ago - Stars: 637 - Forks: 203

fgheysels/Fg.DbUtils

Introduces a DbSession object that manages the database connnection and transaction.

Language: C# - Size: 25.4 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 3 - Forks: 0

liningit/Dapper.LnskyDB

基于Dapper的LINQ扩展,支持Lambda表达式,支持按时间分库分表,也可以自定义分库分表方法,且实体类有T4模版自动生成.省去手写实体类的麻烦。已在实际项目使用

Language: C# - Size: 747 KB - Last synced: 28 days ago - Pushed: 10 months ago - Stars: 246 - Forks: 59

ayberkcanturk/Dapper.TableValuedParameter

An extension to provide Table-Valued Parameters to Dapper. .NET Core support available!

Language: C# - Size: 43 KB - Last synced: 27 days ago - Pushed: about 6 years ago - Stars: 4 - Forks: 1

Aashishrastogi/gRPC-with-Database-connection-using-Dapper

Basic Starting code for gRPC with database connectivity using dapper and dependency injection

Language: C# - Size: 16.3 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

alexander-87/Dapper.FluentColumnMapping

Fluent Object-Column Mappings for use with Dapper

Language: C# - Size: 20.5 KB - Last synced: 27 days ago - Pushed: about 8 years ago - Stars: 25 - Forks: 5

adamfoneil/Dapper.CX

A Crud library based on Dapper

Language: C# - Size: 1.17 MB - Last synced: 28 days ago - Pushed: 4 months ago - Stars: 8 - Forks: 1

AzThinker/SqlRepoEx

SqlRepoEx Intuitively build SQL statements using C# Lambda Expressions,it is a simple object mapper for .Net.

Language: C# - Size: 2.31 MB - Last synced: 27 days ago - Pushed: over 5 years ago - Stars: 8 - Forks: 4

NimaAra/Easy.Storage

A fast and easy to use cross platform library for storing data.

Language: C# - Size: 360 KB - Last synced: 24 days ago - Pushed: almost 5 years ago - Stars: 11 - Forks: 6

kogel-net/Kogel.Dapper.Extension

orm框架 dapper to linq

Language: C# - Size: 2.06 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 217 - Forks: 45

myloveCc/NETCore.DapperKit

Dapper extensions

Language: C# - Size: 12.6 MB - Last synced: 27 days ago - Pushed: almost 7 years ago - Stars: 9 - Forks: 4

adamfoneil/Dapper.QX

More powerful and testable inline SQL used with Dapper

Language: C# - Size: 226 KB - Last synced: 10 days ago - Pushed: 3 months ago - Stars: 7 - Forks: 3

NotCoffee418/DapperBulkQueries

Unofficial implementation for executing bulk INSERT, UPDATE and DELETE queries with Dapper for PostgreSQL and SQL Server.

Language: C# - Size: 32.2 KB - Last synced: 24 days ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

arbing/DapperDal Fork of tmsmith/Dapper-Extensions

基于 Dapper、Dapper-Extensions 构建的微型 ORM 类库,提供一个包含增、删、改、查等常用方法的数据访问层基类,支持用 Lambda 表达式书写查询和更新条件

Language: C# - Size: 26.9 MB - Last synced: 26 days ago - Pushed: over 5 years ago - Stars: 41 - Forks: 10

HieuPham2000/DATN-backend

Language: C# - Size: 482 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

JessicaCasteloBranco/Biblioteca-Virtual-

Projeto usando .Net 6, Blazor, Api Minimal, MudBlazor, RestSharp, SQL

Language: HTML - Size: 207 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

PatrickSouza27/CourseDapperBalta

Access data quickly and securely. Connect to SQL Server and run queries in an optimized, performant and secure way. Balta.io Career Course .NET

Language: C# - Size: 11.7 KB - Last synced: 11 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

DynaSpan/Extended-Dapper

[Preview] Extension for the Dapper Micro-ORM, providing OneToMany & ManyToOne mappings, repositories (CRUD) and native LINQ 2 SQL.

Language: C# - Size: 324 KB - Last synced: 28 days ago - Pushed: 4 months ago - Stars: 5 - Forks: 2

enisgurkann/DapperGenericRepository

Dapper Generic Repository

Language: C# - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 4 - Forks: 0

allycs/ALLYCSCRUD

基于Dapper进行扩展,ALLYCSCRUD基于实战应用将基础的增删改查语句进行封装,提供分页,以及实体类对sql的大小写转换(AaBb=>aa_bb);支持schema;支持自定义表名;支持标签自定义表名;支持自定义属性名;支持非对应类的sql匹配;

Language: C# - Size: 3.38 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 33 - Forks: 7

marcominerva/Dapper110

A collection of samples that show how to use some advanced features of Dapper

Language: C# - Size: 52.7 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 5 - Forks: 0

TaylanCann/Dapper

This project was written as an example to write an article. The main topic of the article is ORM, but the biggest example to be given in the article is Dapper.

Language: C# - Size: 25.4 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

EngRajabi/Aspcore-Dapper-Extensions

A package for easy use of dapper in aspcore that needs to be used very simply. asp core dapper extensions

Language: C# - Size: 19.5 KB - Last synced: 28 days ago - Pushed: 2 months ago - Stars: 2 - Forks: 1

dmitry26/Dapper.EFCore.Extensions

Dapper extensions for Entity Framework (EF) Core

Language: C# - Size: 32.2 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 10 - Forks: 2

rodri-oliveira-dev/dapper-mapper

Projeto tem como ideia mapear a entidade com sua respectiva tabela de forma fácil e clara.

Language: C# - Size: 2.23 MB - Last synced: 4 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

fuad-ibrahimzade/asqme

Question & Answers Website Project

Language: C# - Size: 2.14 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

jasonhua95/Dapper.Extension

对Dapper的简单扩充

Language: C# - Size: 48.8 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 3 - Forks: 0

fabiojbg/Dapper.SimpleCRUD.Core

Dapper.SimpleCRUD.Core is a porting for .NET Standard 1.3 from the excelent extension created by Eric Coffman (https://github.com/ericdc1/Dapper.SimpleCRUD).

Language: C# - Size: 507 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

arbing/Dapper-Dal

用Dapper、Dapper-Extensions、Abp.Dapper封装的数据访问层 https://github.com/arbing/DapperDal

Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 3 - Forks: 0