Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL 5.0.1

dotnet add package Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL --version 5.0.1
NuGet\Install-Package Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL -Version 5.0.1
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="Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL" Version="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL --version 5.0.1
#r "nuget: Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL, 5.0.1"
#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.
// Install Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL as a Cake Addin
#addin nuget:?package=Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL&version=5.0.1

// Install Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL as a Cake Tool
#tool nuget:?package=Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL&version=5.0.1

Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL

Provides an implementation of a relational event store to be used with the Event Sourcing architecture pattern, Entity Framework Core and PostgreSQL.

Migrations

This project is setup to use migrations. You must execute the following commands in the solution directory.

Create a new migration

Execute the following command to create a new migration. Do not forget to specify a migration name!

dotnet ef migrations add <YOUR_MIGRATION_NAME> --context EventContext --project src/EventSourcing/Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL --startup-project src/Demo/Logitar.Demo.Ui

Generate a script

Execute the following command to generate a new script. Do not forget to specify a source migration name!

dotnet ef migrations script <FROM_MIGRATION_NAME> --context EventContext --project src/EventSourcing/Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL --startup-project src/Demo/Logitar.Demo.Ui

Product 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. 
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 Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL:

Package Downloads
Logitar.Identity.EntityFrameworkCore.PostgreSQL

Provides an implementation of a relational event store to be used with Identity management platform, Entity Framework Core and PostgreSQL.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.1 196 3/25/2024
5.0.0 377 12/30/2023
4.0.0 305 8/6/2023
3.0.0 154 7/12/2023
2.2.0 157 5/2/2023
2.1.0 251 3/5/2023
2.0.2 220 3/2/2023
2.0.1 227 2/23/2023
2.0.0 221 2/23/2023
1.2.2 224 2/22/2023
1.2.1 221 2/22/2023
1.2.0 214 2/22/2023
1.1.0 227 2/14/2023
1.0.1 220 2/14/2023
1.0.0 222 2/14/2023

Upgraded NuGet packages.