关系型数据库的仓储封装 ,如需使用此层的数据访问,需要将RepositoryExtensions方法中的两个扩展方法,注入到Startup中,并配置参数.
Info
Version: | 1.0.3 |
Author(s): | zhanghaibo |
Last Update: | Saturday, March 21, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zhanghaiboshiwo/Fate.Project |
NuGet Url: | https://www.nuget.org/packages/Fate.Infrastructure.Repository |
Install
Install-Package Fate.Infrastructure.Repository
dotnet add package Fate.Infrastructure.Repository
paket add Fate.Infrastructure.Repository
Fate.Infrastructure.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- Fate.Infrastructure.BaseRepository.Model(>= 1.0.0)
- Microsoft.EntityFrameworkCore(>= 3.1.2)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.2)
- Microsoft.Extensions.Hosting(>= 3.1.0)