The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl;

use DBI;
use SQLite::VirtualTable;

$dbh = DBI->connect('dbi:SQLite:dbname=/tmp/db.sqlite', '', '');

# this is just for running further tests by hand in the debugger!

print "$dbh\n";