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

[core.pg]
    client    = /opt/local/pgsql/bin/psql
    username  = postgres
    host      = localhost
    sqitch_schema = meta

[core.mysql]
    client    = /opt/local/mysql/bin/mysql
    username  = root
    sqitch_prefix = meta

[core.sqlite]
    client    = /opt/local/bin/sqlite3
    sqitch_prefix = meta