Info
Version: | 1.0.0 |
Author(s): | Tomasz Zelewski |
Last Update: | Friday, May 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DataAccessRepository |
Install
Install-Package DataAccessRepository
dotnet add package DataAccessRepository
paket add DataAccessRepository
DataAccessRepository Download (Unzip the "nupkg" after downloading)
It provides an easy way to abstract out the creation, usage and maintenance of IDbConnection, DbCommand and DbDataReader.
Easy to use, inject and unit test.