digitalfox / pysql

Oracle command line client. Aims to be a full replacement of sqlplus

This URL has Read+Write access

pysql /
name age message
file .gitignore Thu Jul 30 11:02:27 -0700 2009 Add some more statistics on table (nb blocks, a... [sdelcros]
file ChangeLog Sun Feb 15 08:50:29 -0800 2009 Update changelog. Bump version to 0.13 [digitalfox]
file ChangeLog-Synthesis Sun Feb 15 08:50:29 -0800 2009 Update changelog. Bump version to 0.13 [digitalfox]
file LICENSE Sat Mar 14 14:06:41 -0700 2009 Update LICENSE file to GPL v3 according to pysq... [digitalfox]
file MANIFEST.in Tue Dec 30 15:02:57 -0800 2008 Move locale dir to src/share dir. This allow tr... [digitalfox]
file PastChangeLog Sun Dec 14 13:54:56 -0800 2008 New changelog generation script working with git [digitalfox]
file README Sun Dec 14 10:06:40 -0800 2008 Update all script stuff used to build release S... [digitalfox]
file TODO Wed Dec 12 12:42:41 -0800 2007 Source tree reorg [digitalfox]
directory po/ Sun Apr 05 08:40:01 -0700 2009 Translation update [digitalfox]
file pylintrc Tue Nov 27 14:43:45 -0800 2007 initial import [digitalfox]
file pysql.bat Mon Dec 15 10:13:50 -0800 2008 Change license from GPL v2 to GPL v3. This was ... [digitalfox]
file pysql.sh Mon Dec 15 10:13:50 -0800 2008 Change license from GPL v2 to GPL v3. This was ... [digitalfox]
file pysql_w32_postinst.py Sun Dec 16 12:43:54 -0800 2007 change windows post install script name to avoi... [digitalfox]
directory script/ Fri Jan 02 08:29:22 -0800 2009 Send dist dir by default [digitalfox]
file setup.cfg Sun Dec 16 12:43:54 -0800 2007 change windows post install script name to avoi... [digitalfox]
file setup.py Tue Dec 30 15:02:57 -0800 2008 Move locale dir to src/share dir. This allow tr... [digitalfox]
directory src/ Loading commit data...
directory test/ Wed Oct 14 10:15:22 -0700 2009 Fix as sysdba unit test [digitalfox]
file version Tue Jul 28 04:32:45 -0700 2009 Bump version for next release [digitalfox]
README
PySQL
=====

PySQL aims to be a full replacement for sqlplus (and much more).
It has features such as history, completion, explain plan, session list,
background queries, datamodel graphical output, object dependencies,
PL/SQL package function call tree... 


Installation from source
========================

As a simple user : just untar pysql tarball where you want and just run pysql
...
As root : untar pysql tarball where you want and run the setup script
...


Installation from package
========================

Redhat, Debian, Slackware, Windows....


Documentation generation
========================

Use the doc.sh script in script/ dir. You will need Epydoc (http://epydoc.sf.net).

You can also browse documentation online at : http://pysql.sf.net/doc/