The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[MySQL]
active          = 1
attributes      = {AutoCommit => 1, PrintError => 0, RaiseError => 1}
dsn             = dbi:mysql:database=testdb
username        = testuser
password        = testpass
use_for_testing = 1

[Pg]
active          = 0
attributes      = {AutoCommit => 1, PrintError => 0, RaiseError => 1}
dsn             = dbi:Pg:dbname=testdb
username        = testuser
password        = testpass
use_for_testing = 1

[SQLite]
active          = 0
attributes      = {AutoCommit => 1, PrintError => 0, RaiseError => 1}
dsn             = dbi:SQLite:dbname=/tmp/testdb.sqlite
username        = testuser
password        = testpass
use_for_testing = 1