[BerkeleyDB.1]
dsn = dbi:BerkeleyDB:
active = 0
use_for_testing = 1

[File.1]
dsn = dbi:File:
active = 1
use_for_testing = 1

[memcached.1]
dsn = dbi:Memcached:
active = 0
use_for_testing = 1

[mysql.1]
dsn = dbi:mysql:database=test
username = testuser
password = testpass
attributes = {AutoCommit => 1, PrintError => 0, RaiseError => 1}
active = 0
use_for_testing = 1

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

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