Windows support (libduckdb-sys + MSVC)
Open
area:data
help wanted
platform:windows
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
xeli currently can't build on Windows because `duckdb-bundled` with MSVC fails to link. The release pipeline excludes Windows targets.
**Options to investigate**
1. Build under MinGW instead of MSVC
2. Switch to dynamic linking with a vendored libduckdb DLL
3. Wait for upstream `duckdb-rs` fix and pin the version
If you've shipped a Rust CLI to Windows before with DuckDB or another heavy C++ dep, please open a tracking issue with what worked.
See \`dist-workspace.toml\` and \`.github/workflows/release.yml\` for the current target list.
Contributor guide
Assessment
This issue has not been assessed yet.