ClickHouse.DataSource 0.2.1

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

// Install ClickHouse.DataSource as a Cake Tool
#tool nuget:?package=ClickHouse.DataSource&version=0.2.1                

ClickHouse.DataSource

Build status CodeQL analysis

Abstracts the creation of ClickHouseConnection instances from ClickHouse.Client.

Installation

dotnet add package ClickHouse.DataSource

Usage

var dataSource = new ClickHouseDataSource("connection string");
await using var cn = await dataSource.OpenConnectionAsync().ConfigureAwait(false);

License

This project is licensed under Apache License, Version 2.0.

Product Compatible and additional computed target framework versions.
.NET 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 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 (2)

Showing the top 2 NuGet packages that depend on ClickHouse.DataSource:

Package Downloads
ClickHouse.Extensions.DependencyInjection

ClickHosue.Extensions.DependencyInjection adds support for using ClickHouse.DataSource with the Microsoft.Extensions.DependencyInjection APIs.

ClickHouse.DataSource.DependencyInjection

ClickHosue.DataSource.DependencyInjection adds support for using ClickHouse.DataSource with the Microsoft.Extensions.DependencyInjection APIs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.1 239 11/14/2024
0.2.0 91 11/12/2024
0.1.0 87 11/12/2024