Info
| Version: | 1.0.4 | 
| Author(s): | Marcel Suter | 
| Last Update: | Monday, November 18, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/suterma/SqlSyringe | 
| NuGet Url: | https://www.nuget.org/packages/SqlSyringe | 
Install
Install-Package SqlSyringe
                        dotnet add package SqlSyringe
                        paket add SqlSyringe
                        
                                SqlSyringe Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                    - No dependencies. 
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
- System.Data.SqlClient(>= 4.5.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- System.Data.SqlClient(>= 4.7.0)
Tags
 
                
It allows specific users to directly execute SQL commands to a database.
Implemented as a middleware component for the ASP.NET request pipeline, it serves specific HTML pages and code that executes SQL commands directly to a database.