Name: | perl-DBD-SQLite |
---|---|
Version: | 1.27 |
Release: | 3.el6 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 225954 |
License: | GPL+ or Artistic |
RPM: | perl-DBD-SQLite-1.27-3.el6.x86_64.rpm |
Source RPM: | perl-DBD-SQLite-1.27-3.el6.src.rpm |
Build Date: | Fri Apr 30 2010 |
Build Host: | ca-build39.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/DBD-SQLite/ |
Summary: | 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. |