You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official C#/ADO.NET client for [ClickHouse](https://clickhouse.com/).
6
+
7
+
* High performance
8
+
* Supports bulk insertion
9
+
* Uses compressed binary protocol over HTTP(S)
10
+
* Available for .NET Core/Framework/Standard
11
+
12
+
## Documentation
13
+
14
+
See the [ClickHouse website](https://clickhouse.com/docs/integrations/csharp) for full documentation.
15
+
16
+
## Usage examples
17
+
18
+
We have a wide range of [examples](https://github.com/ClickHouse/clickhouse-cs/tree/main/examples), aiming to cover typical scenarios of client usage.
19
+
20
+
## ClickHouse Versions
21
+
22
+
The supported versions ofthe ClickHouse database server coincide with the versions currently receiving security updates.
23
+
24
+
For the list of currently supported versions, see [here](https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#security-change-log-and-support).
25
+
26
+
## Contact us
27
+
28
+
If you have any questions or need help, feel free to reach out to us in the [Community Slack](https://clickhouse.com/slack) or via [GitHub issues](https://github.com/ClickHouse/clickhouse-cs/issues).
29
+
30
+
## Contributing
31
+
32
+
Contributions are welcome and highly appreciated! Check out our [contributing guide](https://github.com/ClickHouse/clickhouse-cs/blob/main/CONTRIBUTING.md).
33
+
34
+
## Acknowledgements
35
+
Originally created by [Oleg V. Kozlyuk](https://github.com/DarkWanderer)
0 commit comments