This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Replies: 1 comment
-
It would be slightly more involved than that as I essentially need a separate Connection class which - instead of using Https - makes local calls to ChDb. It's not outside the realm of possibility, however, so thanks for the idea - I'll keep it in the backlog |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if ClickHouse.Client supported connecting to a local ChDb database.
There doesn't appear to be much code involved for calling into
libchdb
:https://github.com/chdb-io/chdb-dotnet/blob/6da1be9cb50f01804c2286f16fb290d90e47c3e4/src/chdb/ChDb.cs#L11
ChDb support would be a great addition for people who don't need a full server deployment.
An example use would be for local or CI/CD testing pipelines, so you could run the tests without having to install and configure a full Clickhouse instance.
Beta Was this translation helpful? Give feedback.
All reactions