Open auxten opened 2 weeks 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!
Fix #197