chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/chdb
Apache License 2.0
2.13k stars 75 forks source link

Add chdb-cli to module #110

Closed auxten closed 1 year ago

auxten commented 1 year ago

Discussed in https://github.com/chdb-io/chdb/discussions/109

Originally posted by **l1t1** September 13, 2023 now we must download and set the file `chdb-cli.py` manually. it will be easy to if it could run as `python -m chdb cli` after `pip install chdb`.