Subject: | Can I have a ->dbh method? |
The way I maintain my copy of the database at the moment is to have one
writer and many readers. My application suffered from frequent sqlite
failures. It seems I could correct this misbehaviour with
$dbi->{dbh}->func(20000,'busy_timeout');
I'd like to have some legal/official access to the internal db handle
instead. WDYT?
Regards from Berlin,