Ergonomic bindings to duckdb for Rust

arrow database duckdb ffi ffi-bindings olap rust
1 Open Issue Need Help Last updated: Jul 15, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue is a conflict between the `bundled` and `loadable-extension` features in the `libduckdb-sys` crate. The task is to investigate why enabling both features causes a panic in `Connection::open_in_memory()`, likely due to an initialization problem or missing dependency within the DuckDB library when extensions are enabled. Debugging will involve examining the DuckDB initialization process, the `loadable-extension` feature's implementation, and potentially the interaction between the bundled DuckDB and the extension loading mechanism.

Complexity: 4/5
good first issue

Ergonomic bindings to duckdb for Rust

Rust
#arrow#database#duckdb#ffi#ffi-bindings#olap#rust