$dbh = DBI->connect("dbi:SQLite:dbname=myDB", "", ""); print $dbh->{sqlite_version};