perl-DBD-SQLite - Self Contained RDBMS in a DBI Driver

Description:

SQLite is a public domain RDBMS database engine that you can find at
http://www.hwaci.com/sw/sqlite/.

Rather than ask you to install SQLite first, because SQLite is public domain,
DBD::SQLite includes the entire thing in the distribution. So in order to get
a fast transaction capable RDBMS working for your perl project you simply have
to install this module, and nothing else.

As of version 1.09 it can use the external SQLite library (>= 3.1.3).

Homepage: http://search.cpan.org/dist/DBD-SQLite/

License: GPL+ or Artistic

Vendor: Fedora Project

Packages

perl-DBD-SQLite-1.12-2.fc8.1.x86_64 [49 KiB] Changelog by Tom "spot" Callaway (2007-10-15):
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)