HackerTrans
TopNewTrendsCommentsPastAskShowJobs

redraiment

no profile record

Submissions

[untitled]

1 points·by redraiment·vor 4 Monaten·0 comments

Build a DuckDB Extension in Rust in 4 Commands

redraiment.medium.com
2 points·by redraiment·vor 4 Monaten·1 comments

Solving the Character Encoding Issue When Reading DuckDB via ODBC in Excel VBA

redraiment.medium.com
1 points·by redraiment·vor 8 Monaten·1 comments

Rusty-Sheet: An Excel/WPS/OpenDocument Spreadsheets File Reader for DuckDB

github.com
2 points·by redraiment·vor 9 Monaten·3 comments

comments

redraiment
·vor 4 Monaten·discuss
I'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
·vor 4 Monaten·discuss
cargo-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
·vor 8 Monaten·discuss
This article explains why Chinese text appears garbled when reading data from DuckDB through ODBC in Excel VBA — and how to fix it.
redraiment
·vor 9 Monaten·discuss
Oh, 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
·vor 9 Monaten·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.