eextention for .net core to work directly with database using database context, its allow to send sql for create/update/delete and select, also its work well with stored views and procedures.
Info
Version: | 1.0.6 |
Author(s): | Gheith Alrawahi |
Last Update: | Saturday, December 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gheith3/RawSqlExtention |
NuGet Url: | https://www.nuget.org/packages/Ghak.RawSqlExtention |
Install
Install-Package Ghak.RawSqlExtention
dotnet add package Ghak.RawSqlExtention
paket add Ghak.RawSqlExtention
Ghak.RawSqlExtention Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.3)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.3)
- Newtonsoft.Json(>= 12.0.3)