Welcome, Guest! Log In | Create Account

Share

Perl Interactive Query Tool

by madlinux

An interactive query tool using the Perl DBI databse interface. Provides online help, optional ReadLine support, simple scripting abilities and easy extensability.


http://piqt.sourceforge.net

Front-Ends

Project Feed

  • piqt 0.29 file released: piqt-0.29.tar.gz

    - Variables are printed when entered at the prompt.
    - Fixed a small problem with the list command in PIQT/DBD.pm
    - Added more checks to see if it is safe to set the window title.

    04:00AM on Aug 07 2001

  • piqt 0.28 file released: piqt-0.28.tar.gz

    - The shell command now starts a sub shell when it recieves no arguments.
    - Added csv to the output format.

    04:00AM on Jun 18 2001

  • piqt 0.27 file released: piqt-0.27.tar.gz

    - Fixed error that tried to reset the window title on every exit.
    - Changed default entry type from expressions to SQL. Fixes handling of /* Comments */.

    04:00AM on May 03 2001

  • piqt 0.26 file released: piqt-0.26.tar.gz

    - Added the views and lv commands to the pg interface.
    - Added support for setting the terminal title.

    04:00AM on May 02 2001

  • piqt 0.25 file released: piqt-0.25.tar.gz

    - SQL buffer is now reset when a new query is entered. The buffer was previously not reset.

    04:00AM on Apr 19 2001

  • piqt 0.24 file released: piqt-0.24.tar.gz

    - Added the missing entry for OPTS.pm in MANIFEST.
    - Moved all the standard commands into the library stdlib to make PIQT.pm easier to maintain.

    04:00AM on Apr 18 2001

  • piqt 0.23 file released: piqt-0.23.tar.gz

    Revision history for Perl program piqt
    
    0.23 Thu Apr 12 2001
        - Removed use DBI; from piqt since PIQT.pm uses it.
        - Changed over to using Getopt::Std for command line args.
        - Moved processing of command line args into a separate module so
         ...

    04:00AM on Apr 13 2001

  • piqt 0.21 file released: piqt-0.21.tar.gz

    - Added function arguments. See the help on defun for details.
    - Removed more old and unused code.

    04:00AM on Apr 06 2001

  • piqt 0.20 file released: piqt-0.20.tar.gz

    - Cleaned more remnant code out.
    - Added the command lo to the pg driver. Returns a list of objects for use in scripting.
    - Added the commands lt and ld to PIT::DBD. They return a list of tables and databases respectively for use in scripting.

    04:00AM on Apr 05 2001

  • piqt 0.19 file released: piqt-0.19.tar.gz

    - Changed PIQT::DBD to require PIQT::Dispaly only when needed.
    - Moved the command line help into the piqt script for faster help.
    - Changed the display code to start displaying data as soon as possible.
    - Cleaned the eval_loop up.
    - Added the command ...

    04:00AM on Apr 03 2001

Perl Interactive Query Tool Actions