App-AltSQL
view release on metacpan or search on metacpan
=encoding utf-8
=head1 NAME
App::AltSQL - A drop in replacement to the MySQL prompt with a pluggable Perl interface
=head1 SYNOPSIS
./altsql -h <host> -u <username> -D <database> -p<password>
altsql> select * from film limit 4;
âââââââââââ¤âââââââââââââââââââ¤ââââââââââââââââââââââââââââ
â film_id â title â description
âââââââââââªâââââââââââââââââââªââââââââââââââââââââââââââââ
â 1 â ACADEMY DINOSAUR â A Epic Drama of a Feminist
â 2 â ACE GOLDFINGER â A Astounding Epistle of a D
â 3 â ADAPTATION HOLES â A Astounding Reflection of
â 4 â AFFAIR PREJUDICE â A Fanciful Documentary of a
âââââââââââ§âââââââââââââââââââ§ââââââââââââââââââââââââââââ
4 rows in set (0.00 sec)
=head1 DESCRIPTION
AltSQL is a way to improve your user experience with C<mysql>, C<sqlite3>, C<psql> and other tools that Perl has L<DBI> drivers for. Currently written for MySQL only, the long term goal of this project is to provide users of the various SQL-based da...
=head1 INSTALLATION
It's best to use CPAN or L<cpanm|App::cpanminus> to install this application. Should be as simple as:
$ sudo cpanm App::AltSQL
=head1 COPYRIGHT
Copyright (c) 2012 Eric Waters and Shutterstock Images (http://shutterstock.com). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
=head1 AUTHOR
Eric Waters <ewaters@gmail.com>
=cut
( run in 1.166 second using v1.01-cache-2.11-cpan-d7f47b0818f )