A lightweight ORM alternative that supports bulk inserts, bulk updates, and Sprocs.
Info
Version: | 1.0.6 |
Author(s): | Patrick Knott |
Last Update: | Thursday, April 8, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/KnottStudios/SqlRapper |
NuGet Url: | https://www.nuget.org/packages/SqlRapper |
Install
Install-Package SqlRapper
dotnet add package SqlRapper
paket add SqlRapper
SqlRapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Data.SqlClient(>= 4.8.1)