![]() |
VOOZH | about |
dotnet add package SimpleModule.Database --version 0.0.38
NuGet\Install-Package SimpleModule.Database -Version 0.0.38
<PackageReference Include="SimpleModule.Database" Version="0.0.38" />
<PackageVersion Include="SimpleModule.Database" Version="0.0.38" />Directory.Packages.props
<PackageReference Include="SimpleModule.Database" />Project file
paket add SimpleModule.Database --version 0.0.38
#r "nuget: SimpleModule.Database, 0.0.38"
#:package SimpleModule.Database@0.0.38
#addin nuget:?package=SimpleModule.Database&version=0.0.38Install as a Cake Addin
#tool nuget:?package=SimpleModule.Database&version=0.0.38Install as a Cake Tool
Multi-provider database support for SimpleModule with schema isolation per module.
dotnet add package SimpleModule.Database
public sealed class ProductsDbContext : ModuleDbContext<ProductsDbContext>
{
public DbSet<Product> Products => Set<Product>();
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on SimpleModule.Database:
| Package | Downloads |
|---|---|
|
SimpleModule.Hosting
Host builder extensions for SimpleModule. Configures module registration, endpoint mapping, and middleware pipeline. |
|
|
SimpleModule.Users
Users module for SimpleModule. User authentication and identity management via ASP.NET Core Identity. |
|
|
SimpleModule.OpenIddict
OpenIddict module for SimpleModule. Implements OAuth 2.0 and OpenID Connect authentication server. |
|
|
SimpleModule.Permissions
Permissions module for SimpleModule. Role-based access control with database-backed permission management. |
|
|
SimpleModule.Settings
Settings module for SimpleModule. Application and user-scoped configuration with theme and language preferences. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.38 | 255 | 6/3/2026 |
| 0.0.37 | 220 | 6/3/2026 |
| 0.0.36 | 282 | 5/1/2026 |
| 0.0.35 | 268 | 4/30/2026 |
| 0.0.34 | 264 | 4/29/2026 |
| 0.0.33 | 250 | 4/23/2026 |
| 0.0.32 | 249 | 4/23/2026 |
| 0.0.30 | 225 | 4/1/2026 |
| 0.0.29 | 197 | 4/1/2026 |
| 0.0.28 | 202 | 4/1/2026 |
| 0.0.27 | 210 | 3/30/2026 |
| 0.0.26 | 185 | 3/30/2026 |
| 0.0.25 | 193 | 3/30/2026 |
| 0.0.24 | 186 | 3/30/2026 |
| 0.0.23 | 195 | 3/30/2026 |
| 0.0.22 | 197 | 3/30/2026 |
| 0.0.21 | 186 | 3/29/2026 |
| 0.0.20 | 184 | 3/29/2026 |
| 0.0.19 | 190 | 3/29/2026 |
| 0.0.18 | 220 | 3/28/2026 |