BigfootSQL 1.0.2
BigfootSQL does three things very well:
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.
Requires NuGet 2.6 or higher.
Install-Package BigfootSQL -Version 1.0.2
dotnet add package BigfootSQL --version 1.0.2
<PackageReference Include="BigfootSQL" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BigfootSQL --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BigfootSQL, 1.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install BigfootSQL as a Cake Addin
#addin nuget:?package=BigfootSQL&version=1.0.2
// Install BigfootSQL as a Cake Tool
#tool nuget:?package=BigfootSQL&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BigfootSQL:
Package | Downloads |
---|---|
Bigfoot.Web.Helpers
Bigfoot.Web.Helpers contains a collection of helpers for common concepts such as:
ContextHelper - Context data helper
HtmlHelper - Html Output
PathHelper - Web based pathing / url resolution
PostHelper - Http Post Requests
Serializer - Json / Xml
SimpleCache
ViewHelper - Razor
|
GitHub repositories
This package is not used by any popular GitHub repositories.