Skip to main content
Dapper package icon

Dapper

A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..

Total Downloads
741.2M
741,182,462
Published
Aug 26, 2014
Latest stable version

Install

.NET CLI
dotnet add package Dapper --version 1.31.0
Package Manager Console
Install-Package Dapper -Version 1.31.0
PackageReference
<PackageReference Include="Dapper" Version="1.31.0" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Teams that want explicit SQL ownership, predictable query plans and thin data access layers.

Dapper guide
Why it appears in the guide: Core micro-ORM focused on fast materialization and minimal abstraction over SQL. Trade-off: You must own SQL composition, migration strategy and relational modeling discipline yourself.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.