Info
Version: | 0.10.2 |
Author(s): | newbe36524 |
Last Update: | Wednesday, April 21, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://claptrap.newbe.pro/ |
NuGet Url: | https://www.nuget.org/packages/Newbe.Claptrap.StorageProvider.Relational |
Install
Install-Package Newbe.Claptrap.StorageProvider.Relational
dotnet add package Newbe.Claptrap.StorageProvider.Relational
paket add Newbe.Claptrap.StorageProvider.Relational
Newbe.Claptrap.StorageProvider.Relational Download (Unzip the "nupkg" after downloading)
Dependencies
- Newbe.Claptrap.Abstractions(>= 0.7.4)
- Newbe.Claptrap.AppMetrics(>= 0.7.4)
- Newbe.Claptrap.Configuration(>= 0.7.4)
- Newbe.Claptrap(>= 0.7.4)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.7)
- System.Reactive(>= 4.4.1)
- dbup-core(>= 4.4.0)
It take advantage to Actor Pattern and Event Sourcing Pattern. It could help you to build a distributed, scalable, and testable server application.
This package is one part of that project.
Please check the source repository for more details.
Docs: https://claptrap.newbe.pro
Github: https://github.com/newbe36524/Newbe.Claptrap
Gitee: https://gitee.com/yks/Newbe.Claptrap.