ITADN

[feature request] allow qsv to sqlite from stdin to specifiy target table name in addition to schema

#3568Closedterefang 创建于 2026-03-03
T
terefangcommented
**Is your feature request related to a problem? Please describe.** the workflow ``` qsv ..... long-ish pipe workkflw ..... | qsv to sqlite output.sqlite - ``` will create a table called "stdin" in the output.sqlite database. **Describe the solution you'd like** it makes sense to have a `-T | --table` option that specifies the target table name for stdin sources like: ``` qsv ..... long-ish pipe workkflw ..... | qsv to sqlite -t target_table_name output.sqlite - ``` **Describe alternatives you've considered** none **Additional context** ``` $ qsv --version qsv 14.0.0-mimalloc 315-apply;fetch;foreach;geocode;Luau 0.702;prompt;to;polars-0.52.0:py-1.37.1;self_update-12-12;50.19 GiB-144.00 KiB-29.69 GiB-62.74 GiB (x86_64-unknown-linux-gnu compiled with Rust 1.92;Linux (Linux Mint 22.2)-Linux 6.8.0-90-generic;AMD Ryzen 5 2600 Six-Core Processor-6) prebuilt ```
关闭于 2026-03-04 1 条评论