my $dbh = DBI->connect("dbi:SQLite:dbname=demo.db","","",{RaiseError=>1,AutoCommit=>1} ) or die "Can't connect: ".$DBI::errstr;