achristmascarl / rainfrog

🐸 a database management tui for postgres
https://crates.io/crates/rainfrog
MIT License
2.86k stars 57 forks source link

output to csv (and perhaps tsv, json, sql, etc.) #78

Open achristmascarl opened 2 months ago

achristmascarl commented 2 months ago

description

it would be nice to have the option to export a set of results to csv

proposed solution

when there are rows in the results set, have a key binding that exports to csv (perhaps with a confirmation)

cemremengu commented 2 months ago

It would be great if this could be made flexible so that in the future other export formats like insert statements, tsv, json etc. can be added (maybe confirmation dialog can ask the format)