BlitzkriegSoftware.AdoSqlHelper6
6.3.0
dotnet add package BlitzkriegSoftware.AdoSqlHelper6 --version 6.3.0
NuGet\Install-Package BlitzkriegSoftware.AdoSqlHelper6 -Version 6.3.0
<PackageReference Include="BlitzkriegSoftware.AdoSqlHelper6" Version="6.3.0" />
paket add BlitzkriegSoftware.AdoSqlHelper6 --version 6.3.0
#r "nuget: BlitzkriegSoftware.AdoSqlHelper6, 6.3.0"
// Install BlitzkriegSoftware.AdoSqlHelper6 as a Cake Addin #addin nuget:?package=BlitzkriegSoftware.AdoSqlHelper6&version=6.3.0 // Install BlitzkriegSoftware.AdoSqlHelper6 as a Cake Tool #tool nuget:?package=BlitzkriegSoftware.AdoSqlHelper6&version=6.3.0
SqlHelper6
Updated SQL Helper for .NET 6
<<<<<<< HEAD
c0a99d1b145c6d339bf31ed8ba3892593bb3fd2a
Purpose
To have a very efficient way of doing SQL commands via ADO quickly with low ceramony.
While the library allows for dynamic sql, we strongly suggest the use of stored proceedures instead.
Tests
- Start Docker
- Run
scripts\sql-start.ps1
- Run Tests
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- System.Data.SqlClient (>= 4.8.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BlitzkriegSoftware.AdoSqlHelper6:
Package | Downloads |
---|---|
SqlExtract2SeedData
A handy little utility to pull the data out of a table in SQL Server, and make it into a SQL Script of INSERT statements for populating a database later. Good for look-up tables, etc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- 6.3.0 - NuGet Updates
- 6.2.0 - NuGetUpdates, Bug Fixes
- 6.0.0 - Revised for .NET 6