收集数据库操作与ORM相关的开源项目。
| 项目名称 | 描述 | GitHub链接 |
|---|---|---|
| sqlite-net | .NET版本简单、强大、跨平台的SQLite ORM开源库 | https://github.com/praeclarum/sqlite-net |
| UnitOfWork | 支持多数据库,工作单元模式、支持分布式事务以及支持MySQL多数据库/表分片的开源项目 | https://github.com/arch/UnitOfWork |
| FlexLabs.Upsert | EFCore插件,支持多数据库的Upsert功能 | https://github.com/artiomchi/FlexLabs.Upsert |
| RepoDB | 介于Dapper、EFCore之间.Net的ORM库 | https://github.com/mikependon/RepoDB |
| Dapper-Plus | 基于Dapper的.Net扩展库,提供高性能的批量操作功能 | https://github.com/zzzprojects/Dapper-Plus |
| Dapper.SimpleCRUD | Dapper的CRUD助手 | https://github.com/ericdc1/Dapper.SimpleCRUD |
| mongo-csharp-driver | MongoDB官方的C#客户端驱动程序 | https://github.com/mongodb/mongo-csharp-driver |