Entity Framework Core database provider for Scullery, a simple background job processor for .NET Core.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.0.6-alpha |
Author(s): | Todd Lucas |
Last Update: | Wednesday, February 23, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scullery/Scullery |
NuGet Url: | https://www.nuget.org/packages/Scullery.EntityFrameworkCore |
Install
Install-Package Scullery.EntityFrameworkCore
dotnet add package Scullery.EntityFrameworkCore
paket add Scullery.EntityFrameworkCore
Scullery.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Scullery.Core(>= 0.0.4)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.0)
- Microsoft.EntityFrameworkCore(>= 2.1.0)
- Microsoft.EntityFrameworkCore.Relational(>= 2.1.0)
- Newtonsoft.Json(>= 11.0.1)
Tags