Class::DBI::Test::TempDB - Overview
- Usually, Class::DBI code talks to my production database
- Connect my Class::DBI classes to the test database instead, without changing the behaviour of the Class::DBI code
- Create and destroy test data while my production database stays safe