summaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-BaseDSN/DESCR
blob: bcd57cd07b061d3d9aa957ca07b9bd358b7484bf (plain)
1
2
3
4
Class::DBI::BaseDSN acts as a placeholder for a base class which will be
switched for a specific Class::DBI extension when you specify the dsn of the
database to connect to. For example in this case, the Class::DBI::BaseDSN will
replace itself with Class::DBI::mysql when the set_db call is executed.