in reply to how to use DBD::SQLite

my $dbh = DBI->connect("dbi:SQLite:dbname=dbfile","","");
from the DBD::SQLite Documentation.

you also have to convert your tables and move your data to SQLite... ;-)