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
Mar 30, 2019
Latest stable version

Install

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

Frameworks

.NETFramework4.5.1 .NETStandard1.3 .NETStandard2.0

Dependencies

NETStandard.Library
.NETStandard1.3
[1.6.1, )
[4.3.0, )
[4.3.0, )
System.Data.SqlClient
.NETStandard1.3
[4.4.0, )
System.Dynamic.Runtime
.NETStandard1.3
[4.3.0, )
System.Reflection.Emit
.NETStandard1.3
[4.3.0, )
[4.3.0, )
[4.4.0, )
[4.3.0, )
System.Xml.XmlDocument
.NETStandard1.3
[4.3.0, )
System.Data.SqlClient
.NETStandard2.0
[4.4.0, )
[4.3.0, )
[4.4.0, )

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.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

The published metadata declares 13 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

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.