Skip to content

Commit 5fa08ca

Browse files
committed
Update README.md
1 parent 728b7ed commit 5fa08ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# DataAbstractions.Dapper [![NuGet](https://img.shields.io/nuget/v/DataAbstractions.Dapper.svg)](https://www.nuget.org/packages/DataAbstractions.Dapper/)
2-
A light abstraction around Dapper and Dapper.Contrib that also maintains the behavior IDbConnection. This library facilitates a loosely coupled design and unit testing.
2+
A light abstraction around [Dapper](https://github.com/StackExchange/Dapper)
3+
and [Dapper.Contrib](https://github.com/StackExchange/Dapper/tree/master/Dapper.Contrib) that also maintains the behavior [IDbConnection](https://docs.microsoft.com/en-us/dotnet/api/system.data.idbconnection). This library facilitates a loosely coupled design and unit testing.
34
## IDataAccessor Interface
45

56
The IDataAccessor interface encapsulates Dapper extension methods. Just provide the connection to the DataAccessor.

0 commit comments

Comments
 (0)