Krakenar.EntityFrameworkCore.PostgreSQL
1.0.1
dotnet add package Krakenar.EntityFrameworkCore.PostgreSQL --version 1.0.1
NuGet\Install-Package Krakenar.EntityFrameworkCore.PostgreSQL -Version 1.0.1
<PackageReference Include="Krakenar.EntityFrameworkCore.PostgreSQL" Version="1.0.1" />
<PackageVersion Include="Krakenar.EntityFrameworkCore.PostgreSQL" Version="1.0.1" />
<PackageReference Include="Krakenar.EntityFrameworkCore.PostgreSQL" />
paket add Krakenar.EntityFrameworkCore.PostgreSQL --version 1.0.1
#r "nuget: Krakenar.EntityFrameworkCore.PostgreSQL, 1.0.1"
#addin nuget:?package=Krakenar.EntityFrameworkCore.PostgreSQL&version=1.0.1
#tool nuget:?package=Krakenar.EntityFrameworkCore.PostgreSQL&version=1.0.1
Krakenar.EntityFrameworkCore.PostgreSQL
Provides an implementation of a relational event store to be used with Krakenar application management tool suite, Entity Framework Core and PostgreSQL.
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> --context KrakenarContext --project src/Krakenar.EntityFrameworkCore.PostgreSQL --startup-project src/Krakenar
Remove a migration
To remove the latest unapplied migration, execute the following command.
dotnet ef migrations remove --context KrakenarContext --project src/Krakenar.EntityFrameworkCore.PostgreSQL --startup-project src/Krakenar
Generate a script
To generate a script, execute the following command. Do not forget to provide a source migration name!
dotnet ef migrations script <SOURCE_MIGRATION> --context KrakenarContext --project src/Krakenar.EntityFrameworkCore.PostgreSQL --startup-project src/Krakenar
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
-
net9.0
- Krakenar.EntityFrameworkCore.Relational (>= 1.0.1)
- Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL (>= 7.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Various fixes, see CHANGELOG.