Info
Version: | 1.0.0.1 |
Author(s): | Somdip Dey, http://www.somdipdey.com |
Last Update: | Monday, November 27, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/somdipdey/EasySQL |
NuGet Url: | https://www.nuget.org/packages/EasySQL2 |
Install
Install-Package EasySQL2
dotnet add package EasySQL2
paket add EasySQL2
EasySQL2 Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Simple, fluent and powerful SQL helpers. Execute queries or stored procedure along wth SQLParameters and SQLCredentials, just the way you would do using SQLClient library, but without worrying about opening or closing the connection. This SQL Helper package does everything for you. All you need to do is initiate the EasySQL object and execute the query inside your C# program.
Project details available from https://github.com/somdipdey/EasySQL.