Mercurial > sqlpython
diff docs/source/intro.rst @ 283:80484bc60bdd
still needs refs
author | catherine@dellzilla |
---|---|
date | Thu, 19 Mar 2009 17:30:53 -0400 |
parents | f0f293d83337 |
children | a8ac8c1b90cb |
line wrap: on
line diff
--- a/docs/source/intro.rst Thu Mar 19 16:56:36 2009 -0400 +++ b/docs/source/intro.rst Thu Mar 19 17:30:53 2009 -0400 @@ -5,10 +5,14 @@ SQL\*Plus. For the most part, it can be used the same way SQL\*Plus would be used; this documentation focuses on the places where SQLPython differs. -SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>_` at CERN. Most new development -has been done by `Catherine Devlin <http://catherinedevlin.blogspot.com/>_`. +SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>`_ at CERN. Most new development +has been done by `Catherine Devlin <http://catherinedevlin.blogspot.com/>`_. -SQLPython is based on the Python standard library's cmd module, and on an extension to it called cmd2. +SQLPython is based on the Python standard library's +`cmd <http://docs.python.org/library/cmd.html#module-cmd>`_ module, and on an extension +to it called `cmd2 <http://pypi.python.org/pypi/cmd2>`_. SQLPython also draws considerable +inspiration from two Perl-based open-source SQL clients, +`Senora <http://senora.sourceforge.net/>`_ and `YASQL <http://sourceforge.net/projects/yasql>`_. SQLPython is currently only compatible with Oracle databases. Expanding it to other RDBMS is a dream for "one fine day". Call it "SQLPython 3000". \ No newline at end of file