Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql
0.1.2.1-pre
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql --version 0.1.2.1-pre
NuGet\Install-Package Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql -Version 0.1.2.1-pre
<PackageReference Include="Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql" Version="0.1.2.1-pre" />
<PackageVersion Include="Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql" Version="0.1.2.1-pre" />
<PackageReference Include="Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql" />
paket add Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql --version 0.1.2.1-pre
#r "nuget: Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql, 0.1.2.1-pre"
#:package Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql@0.1.2.1-pre
#addin nuget:?package=Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql&version=0.1.2.1-pre&prerelease
#tool nuget:?package=Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql&version=0.1.2.1-pre&prerelease
Npgsql integration
This package configures the EntityFramework core plugin (Stormancer.Server.Plugins.Database.EntityFrameworkCore) to use the open source .NET data provider for PostgreSQL. It allows the app to connect and interact with PostgreSQL servers through Entity framework core.
Configuration
"postgresql":{
"host":"myServer",
"username":"myLogin",
"passwordPath":"account/secretStore/myPassword",
"database":"mydatabase"
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
-
net8.0
- EFCore.NamingConventions (>= 8.0.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 8.0.2)
- Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime (>= 8.0.2)
- Stormancer.Abstractions.Server (>= 10.1.1)
- Stormancer.Server.Plugins.Annotations (>= 1.1.0.1-pre)
- Stormancer.Server.Plugins.Api (>= 3.2.0.2-pre)
- Stormancer.Server.Plugins.Configuration (>= 2.1.4-pre)
- Stormancer.Server.Plugins.Database.EntityFrameworkCore (>= 0.1.0.17-pre)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql:
Package | Downloads |
---|---|
Stormancer.Server.Plugins.SampleApp
The core features of the Stormancer sample application in a nuget package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.1.2.6-pre | 229 | 5/15/2025 |
0.1.2.1-pre | 97 | 5/9/2025 |
0.1.2-pre | 151 | 3/18/2025 |
0.1.1.5 | 167 | 3/3/2025 |
0.1.1.5-pre | 147 | 3/3/2025 |
0.1.1.4-pre | 113 | 11/20/2024 |
0.1.0.9-pre | 106 | 10/3/2024 |
0.1.0.8-pre | 116 | 3/11/2024 |
0.1.0.7-pre | 208 | 11/20/2023 |
0.1.0.6-pre | 140 | 10/5/2023 |
0.1.0.5-pre | 110 | 9/21/2023 |
0.1.0.4-pre | 123 | 9/21/2023 |
0.1.0.3-pre | 113 | 9/21/2023 |
0.1.0.2-pre | 134 | 8/22/2023 |
0.1.0.1-pre | 111 | 8/21/2023 |
0.1.0-pre | 130 | 8/14/2023 |
Fixed
*****
- Update Npgsql data source on config update.
Added
*****
- Adds an implementation of IDbContextLifecycleHandler.IsConfigured