Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With chdb this clickhouse downsized memory database, can clickhouse-sqlalchemy support it or not? #308

Open
flyly0755 opened this issue Apr 29, 2024 · 0 comments

Comments

@flyly0755
Copy link

chdb is an embedded SQL OLAP Engine powered by ClickHouse.
Only store data in memory intead of disk.
https://github.com/chdb-io/chdb
chdb supports DB-API 2.0 database process. But doesn't support ORM related function.
What I think is whether we can reuse clickhouse-sqlalchemy as a chdb dialect.
Maybe need some code development, but can reduce lots of workload compare with constructing a fully new dialect for chdb?
chdb-io/chdb#213
The link above is question I asked in chdb github issues before.

If in the future clickhouse-sqlalchemy can both support clickhouse and chdb 2 kinds of databases, wow! It's will be amazing^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant