You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
4
## IDataAccessor Interface
4
5
5
6
The IDataAccessor interface encapsulates Dapper extension methods. Just provide the connection to the DataAccessor.
0 commit comments