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

SQLite like API mode of chDB #283

Open auxten opened 2 weeks ago

auxten commented 2 weeks ago

Fix #197

ruslandoga commented 6 days ago

👋

(Since the PR was renamed to SQLite-like) I wonder if there are plans to allow reading the result blocks similar to sqlite3_column_* or DuckDB's duckdb_fetch_chunk and duckdb_data_chunk_get_vector? It would simplify the bindings as they wouldn't need to implement custom parsers.

I'm really looking forward to the new API!