What's Changed
- Fix upload pypi and github release by @auxten in #278
- Update PyPi info by @auxten in #279
- Add citation just like ClickHouse, as chDB is mentioned in ClickHouse Paper by @auxten in #280
- New stateful mode in SQLite like API by @auxten in #283
-
SQLite like API: common functions, common connection strings supported
-
Stateful Query with long live clickhouse engine instance bind with connection
-
Python DB-API reimplemented with new API. Both persist and memory engine supported
-
ClickHouse memory engine support
-
More details see #283 (comment)
-
Try with pip install chdb==2.2.0b0
Full Changelog: v2.1.1...v2.2.0b0