unQuery is a minimal data access library that makes it as simple as possible to consume and interact with data in SQL Server.
Info
Version: | 0.1.9 |
Author(s): | Mark S. Rasmussen |
Last Update: | Friday, October 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/improvedk/unQuery |
NuGet Url: | https://www.nuget.org/packages/unQuery |
Install
Install-Package unQuery
dotnet add package unQuery
paket add unQuery
unQuery Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Configuration.ConfigurationManager(>= 4.6.0)
- System.Data.SqlClient(>= 4.7.0)
- System.Reflection.Emit.Lightweight(>= 4.6.0)