A lightweight ADO.NET abstraction featuring a fluent API and command pattern implementation.
Info
Version: | 1.0.9 |
Author(s): | Scott Ferguson |
Last Update: | Saturday, May 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/relay-dev/fluent-commander |
NuGet Url: | https://www.nuget.org/packages/FluentCommander.Database.SqlServer |
Install
Install-Package FluentCommander.Database.SqlServer
dotnet add package FluentCommander.Database.SqlServer
paket add FluentCommander.Database.SqlServer
FluentCommander.Database.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentCommander.Core(>= 1.0.9)
- FluentCommander.Database(>= 1.0.9)
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.4)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.4)
- System.Data.SqlClient(>= 4.8.1)