HackerTrans
トップ新着トレンドコメント過去質問紹介求人

redraiment

no profile record

投稿

[untitled]

1 ポイント·投稿者 redraiment·4 か月前·0 コメント

Build a DuckDB Extension in Rust in 4 Commands

redraiment.medium.com
2 ポイント·投稿者 redraiment·4 か月前·1 コメント

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

redraiment.medium.com
1 ポイント·投稿者 redraiment·9 か月前·1 コメント

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

github.com
2 ポイント·投稿者 redraiment·9 か月前·3 コメント

コメント

redraiment
·4 か月前·議論
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
·4 か月前·議論
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
·9 か月前·議論
This article explains why Chinese text appears garbled when reading data from DuckDB through ODBC in Excel VBA — and how to fix it.
redraiment
·9 か月前·議論
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
·9 か月前·議論
[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.