p5-DBICx-TestDatabase

create a temporary database from a DBIx::Class::Schema

WWW CVSWeb GITHub
  1. Package version
    p5-DBICx-TestDatabase-0.05p0
  2. Maintainer
    The OpenBSD ports mailing-list

DBICx::TestDatabase creates a temporary SQLite database, deploys your
DBIC schema, and then connects to it. This lets you easily test your
schema. Since you have a fresh database for every test, you don't have
to worry about cleaning up after your tests, ordering of tests affecting
failure, etc.

  • devel/p5-Module-Install

  • databases/p5-DBD-SQLite
  • databases/p5-SQL-Translator