Insightful.Core.DataAccess.SQL 8.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Insightful.Core.DataAccess.SQL --version 8.1.1
NuGet\Install-Package Insightful.Core.DataAccess.SQL -Version 8.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Insightful.Core.DataAccess.SQL" Version="8.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Insightful.Core.DataAccess.SQL --version 8.1.1
#r "nuget: Insightful.Core.DataAccess.SQL, 8.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Insightful.Core.DataAccess.SQL as a Cake Addin
#addin nuget:?package=Insightful.Core.DataAccess.SQL&version=8.1.1

// Install Insightful.Core.DataAccess.SQL as a Cake Tool
#tool nuget:?package=Insightful.Core.DataAccess.SQL&version=8.1.1

Insightful.Core.DataAccess.SQL

Version Downloads Last updated
8.1.2 0 7/25/2024
8.1.1 0 7/25/2024
8.1.0 0 7/25/2024
8.0.1 0 5/29/2024
8.0.0 0 5/29/2024

Base SQL dataacess package. Contains repository class to work with SQLDB
[2024/07/25] - use mutliple dbcontext in single project
[2024/05/29] - added methods for executing procedure.