The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::Database::Driver::SQLite - A Test::Database driver for SQLite

SYNOPSIS

    use Test::Database;
    my @handles = Test::Database->handles( 'SQLite' );

DESCRIPTION

This module is the Test::Database driver for DBD::SQLite.

SEE ALSO

Test::Database::Driver

AUTHOR

Philippe Bruhat (BooK), <book@cpan.org>

COPYRIGHT

Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.