aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBICx-TestDatabase
Commit message (Collapse)AuthorAgeFilesLines
* The Perl 5 module DBICx::TestDatabase creates a temporary SQLiteMartin Wilke2008-10-244-0/+45
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. WWW: http://search.cpan.org/dist/DBICx-TestDatabase/ Notes: svn path=/head/; revision=221963