[ruby-talk:444668] DB-GUI 0.2.3 Released

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.


GitHub: GitHub - AndyObtiva/db-gui: Database GUI (Graphical User Interface) - Enables Interaction with Relational SQL Databases
RubyGem: db-gui | RubyGems.org | your community gem host

# 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