ClickHouse / ClickHouse/ClickHouse
Cannot connect to ClickHouse using elixir postgrex
Open
comp-protocols
external
feature
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
Hi there,
Reference issue:
- https://github.com/elixir-ecto/postgrex/issues/665
- https://github.com/questdb/questdb/issues/3033
One cannot connect to questDB using the postgrex library which expects tables such as:
- pg_type
- pg_attributes
to be present.
**Use case**
I can use the exist PostgreSQL Elixir implementation to access ClickHouse.
**Describe the solution you'd like**
Implement the tables:
- pg_type
- pg_attributes
**Describe alternatives you've considered**
_No response_
**Additional context**
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.