Bodoconsult.Core.Database 1.0.3

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.3
NuGet\Install-Package Bodoconsult.Core.Database -Version 1.0.3
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.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bodoconsult.Core.Database --version 1.0.3
#r "nuget: Bodoconsult.Core.Database, 1.0.3"
#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 Bodoconsult.Core.Database as a Cake Addin
#addin nuget:?package=Bodoconsult.Core.Database&version=1.0.3

// Install Bodoconsult.Core.Database as a Cake Tool
#tool nuget:?package=Bodoconsult.Core.Database&version=1.0.3

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. 
.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.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

Bodoconsult.Core.Database.SqlClient

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 548 12/15/2022
1.0.10 657 12/15/2022
1.0.9 915 6/7/2021
1.0.8 1,087 11/25/2020
1.0.7 618 11/25/2020
1.0.6 645 11/24/2020
1.0.5 811 11/22/2020
1.0.4 500 11/20/2020
1.0.3 424 11/20/2020
1.0.2 424 11/4/2020
1.0.1 462 10/28/2020
1.0.0 448 10/28/2020

Added and implemented some methods to IConnManager interface.