PeachtreeBus is intended to be a light weight message bus system focused integration with SQL server for its transport and persistence, while playing nicely with applications built using Inversion of Control and Dependency Injection.
Info
Version: | 0.10.5 |
Author(s): | William Leader |
Last Update: | Friday, August 2, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/wleader/PeachtreeBus |
NuGet Url: | https://www.nuget.org/packages/PeachtreeBus |
Install
Install-Package PeachtreeBus
dotnet add package PeachtreeBus
paket add PeachtreeBus
PeachtreeBus Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.78)
- Microsoft.Extensions.Configuration.Abstractions(>= 5.0.0)
- System.Data.SqlClient(>= 4.8.2)
- System.Text.Json(>= 5.0.1)
Tags