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](https://github.com/StackExchange/Dapper)
2
+
DataAbstractions.Dapper is a light abstraction around [Dapper](https://github.com/StackExchange/Dapper)
3
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.
4
4
## IDataAccessor Interface
5
5
@@ -38,4 +38,4 @@ If you need access to the actual connection object, use GetUnderlyingConnection(
0 commit comments