MultiDBHelper 2.0.3
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.
Install-Package MultiDBHelper -Version 2.0.3
dotnet add package MultiDBHelper --version 2.0.3
<PackageReference Include="MultiDBHelper" Version="2.0.3" />
paket add MultiDBHelper --version 2.0.3
#r "nuget: MultiDBHelper, 2.0.3"
Release Notes
- Changed dependecy "Oracle.ManagedDataAccess" (.NET Framework, aka ".NET Full") to "Oracle.ManagedDataAccess.Core".
Dependencies
-
.NETStandard 2.0
- Dapper (>= 2.0.78)
- FirebirdSql.Data.FirebirdClient (>= 7.5.0)
- MySql.Data (>= 8.0.22)
- Npgsql (>= 5.0.0)
- Oracle.ManagedDataAccess.Core (>= 2.19.100)
- System.Data.SqlClient (>= 4.8.2)
- System.Data.SQLite.Core (>= 1.0.113.6)
-
.NETStandard 2.1
- Dapper (>= 2.0.78)
- FirebirdSql.Data.FirebirdClient (>= 7.5.0)
- MySql.Data (>= 8.0.22)
- Npgsql (>= 5.0.0)
- Oracle.ManagedDataAccess.Core (>= 2.19.100)
- System.Data.SqlClient (>= 4.8.2)
- System.Data.SQLite.Core (>= 1.0.113.6)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.