Path to this page:
Subject: CVS commit: pkgsrc/databases/p5-DBICx-TestDatabase
From: Stoned Elipot
Date: 2008-09-07 22:40:52
Message id: 20080907204052.B8157175D0@cvs.netbsd.org
Log Message:
Initial import of p5-DBICx-TestDatabase version 0.02 in the NetBSD
Packages Collection.
The Perl 5 module DBICx::TestDatabase creates a temporary SQLite
database, deploys your DBIC schema, and then connects to it. This
lets you easily test your DBIC 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.
Files: