Rast.SystemDb
2.2.1
dotnet add package Rast.SystemDb --version 2.2.1
NuGet\Install-Package Rast.SystemDb -Version 2.2.1
<PackageReference Include="Rast.SystemDb" Version="2.2.1" />
<PackageVersion Include="Rast.SystemDb" Version="2.2.1" />
<PackageReference Include="Rast.SystemDb" />
paket add Rast.SystemDb --version 2.2.1
#r "nuget: Rast.SystemDb, 2.2.1"
#:package Rast.SystemDb@2.2.1
#addin nuget:?package=Rast.SystemDb&version=2.2.1
#tool nuget:?package=Rast.SystemDb&version=2.2.1
Rast.SystemDb
Where system truth is typed, not whispered.
Rast.SystemDb holds the system database layer—entities, EF Core context wiring, and the persistence shape behind admin, tenancy, and platform services. Think of it as the atlas for everything that outlives a single user session.
It is the persistence backbone for the kind of multi-tenant, multi-module setups where RAST Blazor manages rich business UI while the system store keeps tenancy, security, and platform state honest.
Inside the package
- System-oriented entities and data access foundations
- Material for migrations and operational databases in the RAST model
- A stable contract between services and the system store
Why it exists
Apps that grow up earn a second nervous system: the system DB. This package keeps that nervous system legible—so operators and developers read the same schema.
Requirements
- .NET 9
- EF Core–friendly consumption (as used by the rest of RAST)
Forged for the RAST Framework ecosystem.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net9.0
- Microsoft.AspNetCore.Components.WebAssembly.Server (>= 9.0.0)
- Microsoft.EntityFrameworkCore (>= 9.0.1)
- Microsoft.EntityFrameworkCore.SqlServer (>= 9.0.1)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.3)
- Rast.Common (>= 2.2.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Rast.SystemDb:
| Package | Downloads |
|---|---|
|
Rast.SystemService
RAST Framework - System services and business logic |
|
|
Rast.AdminWeb
RAST Framework - Admin Web Components and Layouts |
GitHub repositories
This package is not used by any popular GitHub repositories.