awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Giorgi avatar

Giorgi/EntityFramework.Exceptions

0
View on GitHub↗
1,724 星标·82 分支·C#·2 次浏览giorgi.dev/entity-framework/introducing-entityframework-exceptions↗

EntityFramework.Exceptions

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

Features

  • Object Relational Mappers - Provides typed exceptions for database constraint violations in EF Core.
  • Object Relational Mapping - Typed exceptions for database constraint violations.

Star 历史

giorgi/entityframework.exceptions 的 Star 历史图表giorgi/entityframework.exceptions 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

EntityFramework.Exceptions 的开源替代方案

相似的开源项目,按与 EntityFramework.Exceptions 的功能重合度排序。
  • abrahambotros/loreA

    abrahambotros/lore

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • astaxie/beegoA

    astaxie/beego

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • albrow/zoomA

    albrow/zoom

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • borisdj/efcore.bulkextensionsborisdj 的头像

    borisdj/EFCore.BulkExtensions

    3,996在 GitHub 上查看↗

    EFCore.BulkExtensions is a library for executing high-performance batch insert, update, and delete operations within the Entity Framework Core ecosystem. It functions as a database batch processing toolkit and a wrapper for native SQL Bulk Copy to enable faster data ingestion and synchronization across multiple database providers. The library provides specialized capabilities for relational data synchronization, allowing users to align database tables with local entity lists through bulk upserts and conditional synchronization. It also supports relational data graph insertions, which enable t

    C#batchbulkcopy
    在 GitHub 上查看↗3,996
查看 EntityFramework.Exceptions 的所有 30 个替代方案→

常见问题解答

giorgi/entityframework.exceptions 是做什么的?

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

giorgi/entityframework.exceptions 的主要功能有哪些?

giorgi/entityframework.exceptions 的主要功能包括:Object Relational Mappers, Object Relational Mapping。

giorgi/entityframework.exceptions 有哪些开源替代品?

giorgi/entityframework.exceptions 的开源替代品包括: borisdj/efcore.bulkextensions — EFCore.BulkExtensions is a library for executing high-performance batch insert, update, and delete operations within… collaboratingplatypus/petapoco — Official PetaPoco, A tiny ORM-ish thing for your POCO's. albrow/zoom. abrahambotros/lore. astaxie/beego. coocood/qbs.