Syrx.Commanders.Databases.Connectors 2.2.0

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

// Install Syrx.Commanders.Databases.Connectors as a Cake Tool
#tool nuget:?package=Syrx.Commanders.Databases.Connectors&version=2.2.0                

Hosts the Syrx IDatabaseConnector which is used to establish an IDbConnection to a supported RDBMS.
This package also includes a base DatabaseConnector which can be used with any RDBMS that supports creating an IDbConnection through a DbProviderFactory instance.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Syrx.Commanders.Databases.Connectors:

Package Downloads
Syrx.Commanders.Databases

This package hosts the implementation of the Syrx Database Commander which is a wrapper over Dapper's Query and Execute methods.

Syrx.Commanders.Databases.Connectors.Npgsql

This package provides support for PostgreSQL connections by implementing a NpgsqlDatabaseConnector for the Syrx IDatabaseConnector.

Syrx.Commanders.Databases.Connectors.Oracle

This package provides support for Oracle connections by implementing a OracleDatabaseConnector for the Syrx IDatabaseConnector.

Syrx.Commanders.Databases.Connectors.MySql

This package provides support for MySql connections by implementing a MySqlDatabaseConnector for the Syrx IDatabaseConnector.

Syrx.Commanders.Databases.Connectors.SqlServer

This package provides support for SQL Server connections by implementing a SqlServerDatabaseConnector for the Syrx IDatabaseConnector.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 22 11/21/2024
2.1.0 203 11/15/2024
2.0.0 244 7/5/2024

Updated to .NET8.0.