This is a middleware that can be added to any ASP.NET core project to create a RESTful API for the underlying SQL Database.
Info
Version: | 1.0.0 |
Author(s): | Khaled Rashad |
Last Update: | Thursday, December 29, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/azureoth/restful-db |
NuGet Url: | https://www.nuget.org/packages/Azureoth.RestfulDb |
Install
Install-Package Azureoth.RestfulDb
dotnet add package Azureoth.RestfulDb
paket add Azureoth.RestfulDb
Azureoth.RestfulDb Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.1.0)
- NETStandard.Library(>= 1.6.0)
- Newtonsoft.Json(>= 9.0.1)
- System.Data.SqlClient(>= 4.3.0)