Simple messaging framework with database as transport layer.
Info
| Version: | 1.0.7 |
| Author(s): | Sebastian Bucko |
| Last Update: | Wednesday, July 17, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/sbc77/dbBus |
| NuGet Url: | https://www.nuget.org/packages/dbBus |
Install
Install-Package dbBus
dotnet add package dbBus
paket add dbBus
dbBus Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.2)
- Microsoft.Extensions.Logging(>= 2.2.0)
- dbBus.Core(>= 1.0.7)