Info
Version: | 1.0.2 |
Author(s): | Mitch Labrador |
Last Update: | Friday, March 20, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mitchlabrador/bigfootweb |
NuGet Url: | https://www.nuget.org/packages/BigfootSQL |
Install
Install-Package BigfootSQL
dotnet add package BigfootSQL
paket add BigfootSQL
BigfootSQL Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
1.
Does not translate your SQL, what you write is what's outputted
2. Handles all the parameterization for you automatically as you build your statements.
(protects you against sql injection attacks etc.)
3. Hydrates your POCO objects with minimum effort.