Build a DuckDB Extension in Rust in 4 Commandsredraiment.medium.com2 points·by redraiment·il y a 4 mois·1 comments
Solving the Character Encoding Issue When Reading DuckDB via ODBC in Excel VBAredraiment.medium.com1 points·by redraiment·il y a 8 mois·1 comments
Rusty-Sheet: An Excel/WPS/OpenDocument Spreadsheets File Reader for DuckDBgithub.com2 points·by redraiment·il y a 9 mois·3 comments
redraiment·il y a 4 mois·discussI'm the author and an open-source contributor who has started questioning how traditional licenses apply in the age of AI training.Curious how others in the community think about this.
redraiment·il y a 4 mois·discusscargo-duckdb-ext-tools v0.5.0 just released, a Cargo plugin that makes writing DuckDB extensions in Rust feel like a normal Rust workflow.
redraiment·il y a 8 mois·discussThis article explains why Chinese text appears garbled when reading data from DuckDB through ODBC in Excel VBA — and how to fix it.
redraiment·il y a 9 mois·discussOh, my bad! I forgot to update the documentation: Actually, in union by name mode, all worksheets are now analyzed; otherwise, it remains limited to the first sheet only.
redraiment·il y a 9 mois·discuss[rusty-sheet](https://github.com/redraiment/rusty-sheet) is a DuckDB extension written in Rust:* File Formats: Excel, WPS, OpenDocument. * Remote Access: HTTP(S), S3, GCS, Hugging Face. * Batch Reading: Multiple files & sheets. * Schema Merging: By name or by position. * Type Inference: Automatic + manual override. * Excel Range: `range=’C3:E10'` syntax. * Provenance: File & sheet tracking. * Performance: Optimized Rust core.
Curious how others in the community think about this.