Logitar.Portal.EntityFrameworkCore.PostgreSQL
2.0.0
See the version list below for details.
dotnet add package Logitar.Portal.EntityFrameworkCore.PostgreSQL --version 2.0.0
NuGet\Install-Package Logitar.Portal.EntityFrameworkCore.PostgreSQL -Version 2.0.0
<PackageReference Include="Logitar.Portal.EntityFrameworkCore.PostgreSQL" Version="2.0.0" />
paket add Logitar.Portal.EntityFrameworkCore.PostgreSQL --version 2.0.0
#r "nuget: Logitar.Portal.EntityFrameworkCore.PostgreSQL, 2.0.0"
// Install Logitar.Portal.EntityFrameworkCore.PostgreSQL as a Cake Addin #addin nuget:?package=Logitar.Portal.EntityFrameworkCore.PostgreSQL&version=2.0.0 // Install Logitar.Portal.EntityFrameworkCore.PostgreSQL as a Cake Tool #tool nuget:?package=Logitar.Portal.EntityFrameworkCore.PostgreSQL&version=2.0.0
Logitar.Portal.EntityFrameworkCore.PostgreSQL
EntityFrameworkCore PostgreSQL store integration of the Portal system.
Migrations
This project is setup to use migrations. All the commands below must be executed in the solution directory.
Create a migration
To create a new migration, execute the following command. Do not forget to provide a migration name!
dotnet ef migrations add <YOUR_MIGRATION_NAME> --project src/Logitar.Portal.EntityFrameworkCore.PostgreSQL --startup-project src/Logitar.Portal --context PortalContext
Remove a migration
To remove the latest unapplied migration, execute the following command.
dotnet ef migrations remove --project src/Logitar.Portal.EntityFrameworkCore.PostgreSQL --startup-project src/Logitar.Portal --context PortalContext
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL (>= 2.1.0)
- Logitar.Portal.Core (>= 2.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 7.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Rewrote the entire Portal system to version 2.