antares-sql / antares

A modern, fast and productivity driven SQL client with a focus in UX
https://antares-sql.app
MIT License
1.6k stars 111 forks source link

Copy - Paste Rows #784

Open ReptoxX opened 2 months ago

ReptoxX commented 2 months ago

Is your feature request related to a problem? Please describe. You may want to copy a single row from a test db (or production) to your local db.

Describe the solution you'd like Simple copy on a row should automatically copy selected row as CSV (or SQL) and pasting inside a table with a CSV in the buffer should check if the column count matches and "prepare" to insert the given row (Manual Commit).

Additional context The feature is already implemented in TablePlus and it's working great. Atleast i'm using it very regularly.