HackerTrans
TopNewTrendsCommentsPastAskShowJobs

redraiment

no profile record

Submissions

[untitled]

1 points·by redraiment·4 bulan yang lalu·0 comments

Build a DuckDB Extension in Rust in 4 Commands

redraiment.medium.com
2 points·by redraiment·4 bulan yang lalu·1 comments

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

redraiment.medium.com
1 points·by redraiment·8 bulan yang lalu·1 comments

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

github.com
2 points·by redraiment·9 bulan yang lalu·3 comments

comments

redraiment
·4 bulan yang lalu·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
·4 bulan yang lalu·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
·8 bulan yang lalu·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
·9 bulan yang lalu·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
·9 bulan yang lalu·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.