now I'm writing a simple SQL client that can connect multiple database servers. for some reasons I need to connect to MySQL and PostgreSQL.
using "screen" and "mysql + psql" works but sometimes I wanna share a term history on each SQL clients.
so, I'm doing it. Term::Shell and Text::ASCIITable rock.
TODO: handle '*', '%' and more SQL special chars.
UPDATE found DBI::Shell but it can't handle multiple DBI connections.