SimpleModule.Database
0.0.33
dotnet add package SimpleModule.Database --version 0.0.33
NuGet\Install-Package SimpleModule.Database -Version 0.0.33
<PackageReference Include="SimpleModule.Database" Version="0.0.33" />
<PackageVersion Include="SimpleModule.Database" Version="0.0.33" />
<PackageReference Include="SimpleModule.Database" />
paket add SimpleModule.Database --version 0.0.33
#r "nuget: SimpleModule.Database, 0.0.33"
#:package SimpleModule.Database@0.0.33
#addin nuget:?package=SimpleModule.Database&version=0.0.33
#tool nuget:?package=SimpleModule.Database&version=0.0.33
SimpleModule.Database
Multi-provider database support for SimpleModule with schema isolation per module.
Installation
dotnet add package SimpleModule.Database
Quick Start
public sealed class ProductsDbContext : ModuleDbContext<ProductsDbContext>
{
public DbSet<Product> Products => Set<Product>();
}
Key Features
- Schema isolation -- each module gets its own database schema (or table prefix for SQLite)
- SQLite support for development and lightweight deployments
- PostgreSQL support for production workloads
- SQL Server support for enterprise environments
- EF Core integration with per-module DbContext registration
Links
| 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.Sqlite (>= 10.0.3)
- Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite (>= 10.0.3)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.3)
- Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite (>= 10.0.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 10.0.0)
- Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite (>= 10.0.0)
- SimpleModule.Core (>= 0.0.33)
NuGet packages (20)
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.Orders
Orders module for SimpleModule. Manages order creation, lifecycle, and tracking. |
|
|
SimpleModule.Permissions
Permissions module for SimpleModule. Role-based access control with database-backed permission management. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.33 | 22 | 4/23/2026 |
| 0.0.32 | 41 | 4/23/2026 |
| 0.0.30 | 208 | 4/1/2026 |
| 0.0.29 | 179 | 4/1/2026 |
| 0.0.28 | 183 | 4/1/2026 |
| 0.0.27 | 192 | 3/30/2026 |
| 0.0.26 | 169 | 3/30/2026 |
| 0.0.25 | 177 | 3/30/2026 |
| 0.0.24 | 171 | 3/30/2026 |
| 0.0.23 | 178 | 3/30/2026 |
| 0.0.22 | 181 | 3/30/2026 |
| 0.0.21 | 169 | 3/29/2026 |
| 0.0.20 | 170 | 3/29/2026 |
| 0.0.19 | 175 | 3/29/2026 |
| 0.0.18 | 202 | 3/28/2026 |
| 0.0.17 | 208 | 3/28/2026 |
| 0.0.16 | 223 | 3/28/2026 |
| 0.0.15 | 185 | 3/28/2026 |
| 0.0.14 | 174 | 3/28/2026 |
| 0.0.13 | 235 | 3/28/2026 |