Top 20 NuGet Packages depending on Microsoft.EntityFrameworkCore.Relational
Total dependencies: 1404
Provides extension methods used to executing raw SQL statements and retriving the result set directly from DbContext.
EF Core helper library providing additional services peculiar to app framework
Package Description
Unit of Work component that automatically handles transactions (with multiple DbContext support)
EFCore persistence library, abstracting and simplifying dbcontext integration
DbContextScope is a simple and flexible way to manage your Entity Framework Core relational DbContext instances.
Package Description
Main DataOnion implementation, including AmbientDbContext, UnitOfWork, Repositories, DataInitialisers etc.
Package Description
A package that implements Auditing for Entity Framework Core based DbContexts. It is extensible to allow other logging providers like MongoDB, Azure tables etc. Just inherit AuditingDbContext from your application's DbContext and use the overloaded SaveChange(string userName) instead of the standard...
Package Description
Package Description
Forked from: https://github.com/PomeloFoundation/Lolita
Core package of Cosmos data.
Package Description
更新项目部署时,自动初始化数据库的bug
Package Description
Fork of https://github.com/leonibr/efcore-snakecase. Extension Method to SnakeCase all EFCore v3.x database structures (tables, relations, schemas, etc.) so your entity 'PersonLog' will become a table 'person_log' and so on. The significant difference in this fork is how parts of an identifier in a...