Info
| Version: | 1.1.0 | 
| Author(s): | Andrzej Ból | 
| Last Update: | Tuesday, July 6, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/b-y-t-e/TheSaga | 
| NuGet Url: | https://www.nuget.org/packages/TheSaga.Persistance.SqlServer | 
Install
Install-Package TheSaga.Persistance.SqlServer
                        dotnet add package TheSaga.Persistance.SqlServer
                        paket add TheSaga.Persistance.SqlServer
                        
                                TheSaga.Persistance.SqlServer Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- TheSaga(>= 0.8.1)
- Dapper(>= 2.0.35)
- Dapper.Contrib(>= 2.0.35)
- Dapper.SqlBuilder(>= 2.0.35)
- System.Data.SqlClient(>= 4.8.1)
 
                
---------------------
.net core Saga / ProcessManager implementation
https://github.com/b-y-t-e/TheSaga.