Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.    By click

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-25 04:00:06

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

(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.

Leave a Comment