noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
1.94k stars 73 forks source link

Support for DuckDB #185

Open agguser opened 2 years ago

agguser commented 2 years ago

Support for DuckDB (https://duckdb.org/) would be great. A quick search shows that there is a Go SQL driver for it: https://github.com/marcboeker/go-duckdb (not sure if it is compatible with trdsql).

noborus commented 2 years ago

Thank you for the issue. I have to take the time to think about whether to implement it.