A generic implementation of Dapper, a high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc...
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.6.72 |
Author(s): | gonace, laget.se |
Last Update: | Tuesday, September 3, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://laget.se/ |
NuGet Url: | https://www.nuget.org/packages/laget.Db.Dapper |
Install
Install-Package laget.Db.Dapper
dotnet add package laget.Db.Dapper
paket add laget.Db.Dapper
laget.Db.Dapper Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Dapper(>= 2.0.78)
- Microsoft.Data.SqlClient(>= 2.1.1)
- Microsoft.Extensions.Caching.Memory(>= 5.0.0)
- System.ComponentModel.Annotations(>= 5.0.0)
- Dapper(>= 2.0.78)
- Microsoft.Data.SqlClient(>= 2.1.1)
- Microsoft.Extensions.Caching.Memory(>= 5.0.0)
- System.ComponentModel.Annotations(>= 5.0.0)
Tags