chdb-io / chdb

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

Add CHDB_VERSION for cmake #96

Closed nmreadelf closed 1 year ago

nmreadelf commented 1 year ago

on my develop environment:

SyntaxError: invalid syntax
>>> import chdb
>>> chdb.query("select chdb()")
"0.13.0"

>>>