MultiDBHelper 2.1.1
Install-Package MultiDBHelper -Version 2.1.1
dotnet add package MultiDBHelper --version 2.1.1
<PackageReference Include="MultiDBHelper" Version="2.1.1" />
paket add MultiDBHelper --version 2.1.1
#r "nuget: MultiDBHelper, 2.1.1"
// Install MultiDBHelper as a Cake Addin
#addin nuget:?package=MultiDBHelper&version=2.1.1
// Install MultiDBHelper as a Cake Tool
#tool nuget:?package=MultiDBHelper&version=2.1.1
A Dapper-based multi-target .NET Standard library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., for multi-database access (MS SQL Server, Oracle, PostgreSQL, MySQL, Firebird, SQLite). Usage is the same as Dapper (see https://github.com/StackExchange/Dapper for examples), plus you can select and connect to different databases in a single class, and use Transactions (with a default or user-defined isolation level) with the UnitOfWork pattern directly from the same lib.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Dapper (>= 2.0.78)
- FirebirdSql.Data.FirebirdClient (>= 8.0.1)
- Microsoft.Data.SqlClient (>= 2.1.2)
- MySql.Data (>= 8.0.24)
- Npgsql (>= 5.0.4)
- Oracle.ManagedDataAccess.Core (>= 2.19.101)
- System.Data.SqlClient (>= 4.8.2)
- System.Data.SQLite.Core (>= 1.0.113.7)
-
.NETStandard 2.1
- Dapper (>= 2.0.78)
- FirebirdSql.Data.FirebirdClient (>= 8.0.1)
- Microsoft.Data.SqlClient (>= 2.1.2)
- MySql.Data (>= 8.0.24)
- Npgsql (>= 5.0.4)
- Oracle.ManagedDataAccess.Core (>= 2.19.101)
- System.Data.SqlClient (>= 4.8.2)
- System.Data.SQLite.Core (>= 1.0.113.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Updated description and tags.