The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[user]
    name      = Michael Stonebraker
    email     = michael@example.com

[engine "pg"]
    client    = /opt/local/pgsql/bin/psql
    target    = db:pg://postgres@localhost/thingies
    registry  = meta

[engine "mysql"]
    client    = /opt/local/mysql/bin/mysql
    registry  = meta

[engine "sqlite"]
    client    = /opt/local/bin/sqlite3
    registry  = meta
    target    = db:sqlite:my.db

[engine "firebird"]
    client    = /opt/firebird/bin/isql
    registry  = meta