.NET DbConnection wrapper for retries, making a standard DbConnection more reliable to transient failures.
                        
                    
         
                Info
| Version: | 0.1.3 | 
| Author(s): | rubms, mediatechsolutions | 
| Last Update: | Monday, June 4, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/mediatechsolutions/reliable-db-connection-wrapper | 
| NuGet Url: | https://www.nuget.org/packages/ReliableDbConnectionWrapper | 
Install
Install-Package ReliableDbConnectionWrapper
                        dotnet add package ReliableDbConnectionWrapper
                        paket add ReliableDbConnectionWrapper
                        
                                ReliableDbConnectionWrapper Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                    - Polly(>= 5.9.0)
 
- NETStandard.Library(>= 1.6.1)
 - Polly(>= 5.9.0)
 - System.Data.Common(>= 4.3.0)
 
Tags