Dapper has multiple third-party libraries available to enhance your experience.
One of the most notable is Dapper Plus, which we proudly promote on this website—since we’re also the creators!
Dapper.Extensions
A dapper extension library.
- Support MySQL,SQL Server,PostgreSQL,SQLite,Oracle and ODBC.
- Support cache.
- Support sql separation.
- Support reading and writing separation.
- Support performance monitoring.
Dommel
Dommel simplifies CRUD operations in Dapper by providing a set of intuitive extension methods on IDbConnection
. It automatically generates SQL queries from your POCOs and supports LINQ expressions, async operations, multi-mapping, and customization through extensibility points.
MicroOrm.Dapper.Repositories
MicroOrm.Dapper.Repositories is a lightweight library that extends Dapper by generating SQL for CRUD operations based on your POCO classes. It simplifies data access by using metadata attributes to build queries automatically, including support for joins, logical deletes, and pagination.