Entity Framework Core based event sourcing implementation.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.2.0 |
Author(s): | Gyuwon |
Last Update: | Friday, January 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/loom/loom-dotnet |
NuGet Url: | https://www.nuget.org/packages/Loom.EventSourcing.EntityFrameworkCore |
Install
Install-Package Loom.EventSourcing.EntityFrameworkCore
dotnet add package Loom.EventSourcing.EntityFrameworkCore
paket add Loom.EventSourcing.EntityFrameworkCore
Loom.EventSourcing.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Loom.EventSourcing.Abstraction(>= 0.19.1)
- Loom.Json.Interfaces(>= 0.19.0)
- Loom.Messaging.Abstraction(>= 0.19.4)
- Microsoft.EntityFrameworkCore(>= 3.1.10)
Tags