Info
Version: | 0.0.19 |
Author(s): | SerenityInAllThings |
Last Update: | Wednesday, July 10, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SLORM |
Install
Install-Package SLORM
dotnet add package SLORM
paket add SLORM
SLORM Download (Unzip the "nupkg" after downloading)
Dependencies
- LightInject(>= 5.4.0)
- NETStandard.Library(>= 1.6.1)
- System.Data.SqlClient(>= 4.6.0)
Tags
It allows you to safetly query relational databases without first knowing the database schema. Great for dashboard applications where queries are configured freely by the end-user.