Teng is very simple DBI wrapper and simple O/R Mapper. It aims to be
lightweight, with minimal dependencies so it's easier to install.
Test::Cukes is a BBD test tool inspired by Cucumber.
There's plenty of modules which need a database, and they all have
to be configured differently and they're always a PITA when you first
install and each and every time they upgrade.
Test::Database provides a simple way for test authors to request
a test database, without worrying about environment variables or the
test host configuration.
This is a simple module for doing very very simple quick tests on a
database, primarily designed to test if a row exists with the correct
details in a table or not. For more advanced testing (joins, etc) it's
probably easier for you to roll your own tests by hand than use this
module.
Test::Fixture::DBI is fixture test library for DBI.
Test::mysqld automatically setups a mysqld instance in a temporary
directory, and destroys it when the perl script exits.
Test::postgresql automatically setups a postgresql instance in a
temporary directory, and destroys it when the perl script exits.
Tie::DBI is a perl module implementing Tie hash to a DBI handle.
Tie::LevelDB is the Perl Interface for Google NoSQL database called LevelDB. See
http://code.google.com/p/leveldb/ for more details.
Interface is implemented both as a reflection of an original LevelDB C++ API and
a Perl-ish TIEHASH mechanism.
Using this module instead of, or in addition to Time::Piece adds a few
MySQL-specific date/time methods to Time::Piece objects.