xo / usql

Universal command-line interface for SQL databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any plan to support parquet or orc format?

lij55 opened this issue · comments

usql is a good tool for data migration and I used it a lot! Thanks for the great job.

Parquet and orc has embedded schema information and better compression rate compared with csv and json. they can be 'queried' by sql as well (https://github.com/apache/arrow, https://github.com/apache/arrow-datafusion)

could usql support parquet as a source and target?

I believe DuckDB supports parquet files, as such I think usql already supports it?

yeah, seems so...thanks. let me try it.