| Test-Database documentation | view source | Contained in the Test-Database distribution. |
Test::Database::Driver::SQLite2 - A Test::Database driver for SQLite2
use Test::Database;
my @handles = Test::Database->handles( 'SQLite2' );
This module is the Test::Database driver for DBD::SQLite2.
Philippe Bruhat (BooK), <book@cpan.org>
Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Test-Database documentation | view source | Contained in the Test-Database distribution. |