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