Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
Stars
1.8k
Forks
581
Watchers
1.8k
Open Issues
80
Overall repository health assessment
No package.json found
This might not be a Node.js project
122
commits
76
commits
67
commits
4
commits
3
commits
3
commits
2
commits
2
commits
1
commits
1
commits
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /DapperExtensions (#310)
ae74414View on GitHubHave removed all explicit class constraints and nothing blows up (#295)
d34b6ebView on GitHubChanged Map() method so it will accept a second call to Map() for any property type, not just for properties where IsClass == true. This allows us to Map().Ignore() properties that the AutoClassMapper has mapped automatically, such as lists. (#268)
a820fb8View on GitHubCasting error in Get and GetAsync methods (issue #262) (#263)
6482074View on GitHubUpdate project variables and support for multiplattform (#253)
fbeae31View on GitHub