DBD::Proxy and DBI::ProxyServer - How?
previous slidetable of contentsnext slide

Client connection string:
"dbi:Proxy:hostname=$host;port=$port;dsn=$db"
DBI_AUTOPROXY environment variable
Server Code:
use DBI::ProxyServer;
DBI::ProxyServer::main(@ARGV);