search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
374 B
Plaintext
8 lines
374 B
Plaintext
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.
|
|
|
|
WWW: https://metacpan.org/release/DBICx-TestDatabase
|