Top 20 NuGet Packages
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.
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.
This project is focus in Extensions to Oracle
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.
Dapper - a simple object mapper for .Net
DapperExtensions for ASP NET Core 2.0
A library providing filtering functionality for Dapper(Extensions)
Port of dapper-dot-net to node.js
Test helper classes for the DapperMagna.DB.Extensions package.
A small set of extensions for Dapper.
Extension library to connect and perform MySQL Database operation in efficient way
Find example here : https://github.com/bibashkafle/DapperMySqlExtenstionExample/
Facade of Dappers DynamicParameters class to facilitate unit testing.
DapperPoco is a reflection driven SQL generator that wraps the popular Dapper ORM framework. With DapperPoco you just create your POCO objects, decorate them, and use them; no writing SQL statements unless absolutely necessary.
基于dapper拓展的ORM操作类。可以直接使用实体类进行相应的操作,如果db.Insert(Entity);