DBD::SQLite::Amalgamation - Single C-file based DBD::SQLite distribution
use DBI; my $dbh = DBI->connect("dbi:SQLite:dbname=dbfile","","");
This module is nothing but a stub for an experimental way to distribute Matt Sergeant's DBD::SQLite, using the concatenated C files (the amalgamation) as provided by the SQLite Consortium.
the DBD::SQLite manpage, where this module is derived from.
Audrey Tang <cpan@audreyt.org>
The author disclaims copyright to this source code. In place of a legal notice, here is a blessing:
May you do good and not evil.
May you find forgiveness for yourself and forgive others.
May you share freely, never taking more than you give.