Top 20 NuGet Packages depending on Microsoft.EntityFrameworkCore.Relational

Total dependencies: 1404

Entity framework core implementation of unit of work pattern
sqlsugar和EFcore读写分离 1.services.AddDbContext<OpenDbContext>(options => options.UseMySql(Configuration["ConnectionStrings:MySQL"])); 2. services.AddSqlSugarService(() => { return new BaseQueryConfig { ConnectionString = Configuration["ConnectionStrings:MySQL"], ...
This package contains mostly used EFCore Helpers elements.
Package Description
望果MES通用帮助类
Manage your DbContexts the right way. The persistence or infrastructure layer uses the DbContext (e.g. from a repository). Controlling its scope and transaction lifetime, however, is ideally the reponsibility of the orchestrating layer (e.g. from an application service). This package adds that abil...
EF Core Extensions package
Package Description
Entity Framework Core plugin for automatically adding check constraints in various scenarios.
EFCore implementation of Durable Task Storage
Classes for working with EntityFramework
Package Description
Adds support for bulk SaveChanges
Package Description
Entity Framework ORM仓储封装,基于NetCore 3.1
A simple library that enables Entity Framework Core DbContext as configuration source.
A generic repository for EntityFramework