The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[core]
    engine = pg

[engine "mysql"]
    target   = db:mysql://root@/foo
    client   = /usr/sbin/mysql

[engine "pg"]
    target   = db:pg:try
    registry = meta
    client   = /usr/sbin/psql

[engine "sqlite"]
    target   = widgets
    client   = /usr/sbin/sqlite3

[target "widgets"]
    uri       = db:sqlite:widgets.db
    plan_file = foo.plan