The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::DBBrowser - Search and read in SQLite/MySQL/PostgreSQL databases.

VERSION

Version 0.013

SYNOPSIS

SQLite/MySQL/PostgreSQL

    db-browser

    db-browser -h|--help

db-browser called with -h|--help shows a menu which offers also a HELP text.

SQLite

    db-browser [-s|--search] [directories to be searched]

If no directories are passed the home directory is searched for SQLite databases.

db-browser called with -s|--search causes a new search of SQLite databases.

DESCRIPTION

Search and read in SQLite/MySQL/PostgreSQL databases.

For further information see db-browser.

REQUIREMENTS

It is required Perl version 5.10.1 or greater.

The db-browser assumes UTF-8 as the console output encoding except for MSWin32 OS

where the output encoding is detected automatically.

But it is recommended also for MSWin32 OS to work with an UTF encoding

since non mappable characters might break the output.

See also the requirements mentioned in Term::Choose which itself is required by the db-browser.

AUTHOR

Matthäus Kiem <cuer2s@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012-2014 Matthäus Kiem.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0.

See http://dev.perl.org/licenses/ for more information.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.