Raycynix.Extensions.Database.Abstractions
0.4.0
See the version list below for details.
dotnet add package Raycynix.Extensions.Database.Abstractions --version 0.4.0
NuGet\Install-Package Raycynix.Extensions.Database.Abstractions -Version 0.4.0
<PackageReference Include="Raycynix.Extensions.Database.Abstractions" Version="0.4.0" />
<PackageVersion Include="Raycynix.Extensions.Database.Abstractions" Version="0.4.0" />
<PackageReference Include="Raycynix.Extensions.Database.Abstractions" />
paket add Raycynix.Extensions.Database.Abstractions --version 0.4.0
#r "nuget: Raycynix.Extensions.Database.Abstractions, 0.4.0"
#:package Raycynix.Extensions.Database.Abstractions@0.4.0
#addin nuget:?package=Raycynix.Extensions.Database.Abstractions&version=0.4.0
#tool nuget:?package=Raycynix.Extensions.Database.Abstractions&version=0.4.0
Raycynix.Extensions.Database.Abstractions
Raycynix.Extensions.Database.Abstractions contains the contracts used by the Raycynix database packages.
What it contains
IDatabaseInitializerIConfiguratorIGenericConfigurator<T>DatabaseTableAttribute
IConfigurator describes both model configuration and the cache key fragment that identifies the model shape produced by that configurator. This allows reusable packages to contribute EF Core mappings without breaking shared model caching.
Purpose
This package exists so database-related contracts can be shared without depending on the full database implementation package.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.EntityFrameworkCore (>= 10.0.5)
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.Logging (>= 10.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Raycynix.Extensions.Database.Abstractions:
| Package | Downloads |
|---|---|
|
Raycynix.Extensions.Database
Core shared database registration, DatabaseContext infrastructure, model assembly discovery, explicit provider-package composition, and provider-agnostic EF Core model caching for Raycynix applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.