Info2: << Package: dbd-sqlite2-pm%type_pkg[perl] Version: 0.33 Revision: 3 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc Description: Self Contained RDBMS (based on SQLite2) Type: perl (5.8.1 5.8.4) License: Artistic Maintainer: ASARI Takashi Depends: perl%type_pkg[perl]-core, dbi-pm%type_pkg[perl] BuildDepends: fink (>= 0.20.2.1-1) Replaces: dbd-sqlite2-pm581, dbd-sqlite2-pm584 Source: mirror:cpan:authors/id/M/MS/MSERGEANT/DBD-SQLite2-%v.tar.gz Source-MD5: babd83fd5eb9ba7560ad4bab4c76c0eb UpdatePOD: true InstallScript: << %{default_script} mv %i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level/DBD/getsqlite{,2}.pl << DocFiles: Changes README Homepage: http://search.cpan.org/dist/DBD-SQLite2-0.33/lib/DBD/SQLite2.pm DescDetail: << 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. SQLite supports the following features: - Implements a large subset of SQL92 See http://www.hwaci.com/sw/sqlite/lang.html for details. - A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with DBD::CSV. - Atomic commit and rollback Yes, DBD::SQLite is small and light, but it supports full transactions! - Extensible User-defined aggregate or regular functions can be registered with the SQL parser. There's lots more to it, so please refer to the docs on the SQLite web page, listed above, for SQL details. Also refer to DBI for details on how to use DBI itself. << <<