
DB-GUI versions 0.2.2 & 0.2.3 have been released to enable copying results with headers or with query & headers. DB-GUI is a Database Graphical User Interface built in Ruby with Glimmer DSL for LibUI. I use it at work all the time. https://raw.githubusercontent.com/AndyObtiva/db-gui/master/screenshots/db-gu... GitHub: https://github.com/AndyObtiva/db-gui RubyGem: https://rubygems.org/gems/db-gui # Change Log ## 0.2.3 - Edit -> Copy Table (with query & headers) menu item to copy table data with query (e.g. SQL) & headers as a formatted string to the clipboard ## 0.2.2 - Edit -> Copy Table (with headers) menu item to copy table data with headers as a formatted string to the clipboard - Edit -> Copy Selected Row (with headers) menu item to copy selected row data with headers as a formatted string to the clipboard - Query -> Run menu item to run query