Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Author

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

Description

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

License

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

perl v5.32.1                                       2021-11-12                Test::Database::Driver::SQLite(3pm)

Name

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

See Also

       Test::Database::Driver

Synopsis

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

See Also