HZY.Framework.Repository.EntityFramework.All
HZY.Framework EF Core 仓储 - 全部数据库 Provider 聚合包 元包,引用所有数据库 Provider 包,供不想改引用的下游项目使用。 包含:SqlServer、MySql、PostgreSql、Oracle、Sqlite ===== 使用教程 ===== 安装本包后,按目标数据库选择对应的注册扩展方法(用法与单个 Provider 包一致): builder.AddSqlServerRepository<AppDbContext>(...); // SqlServer builder.AddMySqlRepository<AppDbContext>(...); // MySql builder.AddPostgreSqlRepository<AppDbContext>(...); // PostgreSql builder.AddOracleRepository<AppDbContext>(...); // Oracle builder.AddSqliteRepository<AppDbContext>(...); // Sqlite var app = builder.Build(); app.UseRepository(); 实体特性([TableId] 雪花主键、[TableLogic] 软删除、[TableField] 审计填充) 与仓储用法见 HZY.Framework.Repository.EntityFramework 包说明。 源码与完整文档:https://gitee.com/hzy6/HZY.Framework
Activity
- Latest release
- 3w ago
- Total releases
- 14
- Cadence
- ~daily
- Last 12 months
- 14
Details
- License
- MIT
- First release
- Aug 03, 2026
| Version | Released | |
|---|---|---|
10.1.18
patch
|
10.1.18
patch
Dependencies (8)
|
|
10.1.17
patch
|
10.1.17
patch
Dependencies (8)
|
|
10.1.16
patch
|
10.1.16
patch
Dependencies (8)
|
|
10.1.15
patch
|
10.1.15
patch
Dependencies (8)
|
|
10.1.10
patch
|
10.1.10
patch
Dependencies (8)
|
|
10.1.9
patch
|
10.1.9
patch
Dependencies (8)
|
|
10.1.8
patch
|
10.1.8
patch
Dependencies (8)
|
|
10.1.7
patch
|
10.1.7
patch
Dependencies (8)
|
|
10.1.6
patch
|
10.1.6
patch
Dependencies (8)
|
|
10.1.5
patch
|
10.1.5
patch
Dependencies (8)
|
|
10.1.4
patch
|
10.1.4
patch
Dependencies (8)
|
|
10.1.3
patch
|
10.1.3
patch
Dependencies (8)
|
|
10.1.2
patch
|
10.1.2
patch
Dependencies (8)
|
|
10.1.1
initial
|
10.1.1
initial
Dependencies (8)
|