Fuse-DBI

 view release on metacpan or  search on metacpan

examples/webgui.pl  view on Meta::CPAN

could be supported easily. Contributions are welcomed.

=head2 database transactions

C<Fuse::DBI> uses transactions (if your database supports them) to prevent
accidental corruption of data by reading old version. Depending on type of
database back-end, MySQL users might be out of luck.

=head2 recovering from errors

B<Transport endpoint is not connected> is very often error when Fuse perl
bindings exit without clean umount (through C<Fuse::DBI> C<umount> method or
with C<fusermount -u /mnt> command).

This script will automatically run C<fusermount -u /mnt> if it receives
above error on startup. If it fails, mount point is still in use (that
happens if you changed directory to mount point in other shell). Solution is
simple, just change directory in other back to C<$HOME> (with just C<cd>)
and re-run this script.

=head2 missing Data::Config



( run in 0.637 second using v1.01-cache-2.11-cpan-beeb90c9504 )