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
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^_^
The text was updated successfully, but these errors were encountered:
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^_^
The text was updated successfully, but these errors were encountered: