Class::DBI::Test::TempDB - Four Class Methods
build_test_db()
- Builds a test database, copying your schema from a YAML file
build_connection()
- Connects to an existing test database, or initializes a new empty one
tear_down_connection()
- Removes the database file
connect_class_to_test_db()
- Connects a Class::DBI class to the test database