App-DBBrowser
view release on metacpan or search on metacpan
bin/db-browser view on Meta::CPAN
=head3 Warnings
Enable/disable:
=over
=item
C<File::Find> warnings when searching for C<SQLite> databases.
=item
Warnings (e.g., UTF-8 warnings) when printing a table.
=back
=head3 Progress Bar
Set the progress bar threshold. If the number of fields (rows x columns) exceeds the threshold, a progress bar is shown
while preparing the data for output.
=head3 Search
Set the search behavior (C<Ctrl-F>).
=over
=item
disabled
=item
case-insensitive search
=item
case-sensitive search
=back
=head1 CONFIGURATION FILES
To locate the configuration files, run C<db-browser -h> and select I<Path>. The data is saved in JSON format.
=head1 REQUIREMENTS
=head2 Perl Version
Requires Perl version 5.16.0 or later.
=head2 Decoded Strings
C<db-browser> expects decoded strings.
Non-mappable characters can disrupt the output.
=head2 Terminal
Requires a terminal with a monospaced font supporting the printed characters.
The terminal must comprehend ANSI escape sequences. For MSWin32, C<App::DBBrowser> utilizes L<Win32::Console::ANSI> to
emulate an ANSI console for the C<db-browser>.
=head2 Permissions
To browse the database, schema, table lists and table content, the user must possess the necessary database privileges
for fetching the requested data.
C<db-browser> expects an existing home directory with read and write permissions for the user of the C<db-browser>.
=head1 CREDITS
Thanks to the L<Perl-Community.de|http://www.perl-community.de> and the people form
L<stackoverflow|http://stackoverflow.com> for the help.
=head1 AUTHOR
Matthäus Kiem <cuer2s@gmail.com>
=head1 LICENSE AND COPYRIGHT
Copyright 2012-2026 Matthäus Kiem.
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE
IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For
details, see the full text of the licenses in the file LICENSE.
=cut
( run in 1.639 second using v1.01-cache-2.11-cpan-ceb78f64989 )