Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql 0.1.0.6-pre

This is a prerelease version of Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql --version 0.1.0.6-pre
                    
NuGet\Install-Package Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql -Version 0.1.0.6-pre
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql" Version="0.1.0.6-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql" Version="0.1.0.6-pre" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql --version 0.1.0.6-pre
                    
#r "nuget: Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql, 0.1.0.6-pre"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql@0.1.0.6-pre
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql&version=0.1.0.6-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql&version=0.1.0.6-pre&prerelease
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 226 5/15/2025
0.1.2.1-pre 94 5/9/2025
0.1.2-pre 148 3/18/2025
0.1.1.5 163 3/3/2025
0.1.1.5-pre 144 3/3/2025
0.1.1.4-pre 110 11/20/2024
0.1.0.9-pre 103 10/3/2024
0.1.0.8-pre 113 3/11/2024
0.1.0.7-pre 205 11/20/2023
0.1.0.6-pre 137 10/5/2023
0.1.0.5-pre 107 9/21/2023
0.1.0.4-pre 120 9/21/2023
0.1.0.3-pre 110 9/21/2023
0.1.0.2-pre 129 8/22/2023
0.1.0.1-pre 106 8/21/2023
0.1.0-pre 125 8/14/2023

Added
*******
- Initial release