Bodoconsult.Core.Database 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bodoconsult.Core.Database --version 1.0.2
                    
NuGet\Install-Package Bodoconsult.Core.Database -Version 1.0.2
                    
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="Bodoconsult.Core.Database" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bodoconsult.Core.Database" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Bodoconsult.Core.Database" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bodoconsult.Core.Database --version 1.0.2
                    
#r "nuget: Bodoconsult.Core.Database, 1.0.2"
                    
#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.
#addin nuget:?package=Bodoconsult.Core.Database&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Bodoconsult.Core.Database&version=1.0.2
                    
Install as a Cake Tool

Simple database layer based on System.Data intended for mainly read-only data access i.e. for reporting purposes

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Bodoconsult.Core.Database:

Package Downloads
Bodoconsult.Core.Database.Postgres

Simple .NET database layer for PostgreSQL based on System.Data intended for mainly read-only data access i.e. for reporting purposes

Bodoconsult.Core.Database.SqlClient

Simple .NET database layer for Microsoft(r) SqlServer(r) or LocalDb based on Microsoft.Data.SqlClient intended for mainly read-only data access i.e. for reporting purposes

Bodoconsult.Core.Database.Sqlite

Simple .NET database layer for Sqlite based on System.Data intended for mainly read-only data access i.e. for reporting purposes or similar read-only data access

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.11 736 12/15/2022
1.0.10 854 12/15/2022
1.0.9 1,023 6/7/2021
1.0.8 1,236 11/25/2020
1.0.7 728 11/25/2020
1.0.6 744 11/24/2020
1.0.5 922 11/22/2020
1.0.4 596 11/20/2020
1.0.3 519 11/20/2020
1.0.2 519 11/4/2020
1.0.1 560 10/28/2020
1.0.0 543 10/28/2020

Added a method ExecMultiple to IConnManager and implementations to run a bunch of  commands on one connection.