Pustalorc.DbConnectionWrapper
1.1.0
See the version list below for details.
dotnet add package Pustalorc.DbConnectionWrapper --version 1.1.0
NuGet\Install-Package Pustalorc.DbConnectionWrapper -Version 1.1.0
<PackageReference Include="Pustalorc.DbConnectionWrapper" Version="1.1.0" />
paket add Pustalorc.DbConnectionWrapper --version 1.1.0
#r "nuget: Pustalorc.DbConnectionWrapper, 1.1.0"
// Install Pustalorc.DbConnectionWrapper as a Cake Addin #addin nuget:?package=Pustalorc.DbConnectionWrapper&version=1.1.0 // Install Pustalorc.DbConnectionWrapper as a Cake Tool #tool nuget:?package=Pustalorc.DbConnectionWrapper&version=1.1.0
DbConnection Wrapper
Library that wraps the ADO.NET DbConnection class and adds more methods to execute queries whilst using less of the exact same code in a medion/large sized project.
Installation & Usage
Before you begin, please make sure that your current solution has installed the nuget package of this library.
You can find this package here.
To use this wrapper, you can see how MySqlConnectorWrapper does this. Specifically, one should look at the following files:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- JetBrains.Annotations (>= 2022.3.1)
-
.NETFramework 4.8
- JetBrains.Annotations (>= 2022.3.1)
-
.NETFramework 4.8.1
- JetBrains.Annotations (>= 2022.3.1)
-
.NETStandard 2.0
- JetBrains.Annotations (>= 2022.3.1)
-
.NETStandard 2.1
- JetBrains.Annotations (>= 2022.3.1)
-
net6.0
- JetBrains.Annotations (>= 2022.3.1)
-
net7.0
- JetBrains.Annotations (>= 2022.3.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Pustalorc.DbConnectionWrapper:
Package | Downloads |
---|---|
Pustalorc.MySqlConnectorWrapper
Library that wraps Connector/NET and MySqlConnector in order to reduce duplicate code when interacting with either connector. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-dev.1 | 64 | 8/11/2024 |
1.1.0 | 818 | 12/6/2022 |
1.0.0 | 785 | 7/27/2022 |
Added extensions for binding reader results to types automatically to reduce code used.