annotate docs/source/intro.rst @ 299:a8ac8c1b90cb

adding links to docs
author catherine@dellzilla
date Tue, 24 Mar 2009 16:09:29 -0400
parents 80484bc60bdd
children c6abd01fe3e1
rev   line source
247
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
1 Introduction
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
2 ============
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
3
299
a8ac8c1b90cb adding links to docs
catherine@dellzilla
parents: 283
diff changeset
4 * Original project homepage: https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython
a8ac8c1b90cb adding links to docs
catherine@dellzilla
parents: 283
diff changeset
5 * PyPI: http://pypi.python.org/pypi/sqlpython
a8ac8c1b90cb adding links to docs
catherine@dellzilla
parents: 283
diff changeset
6 * News: http://catherinedevlin.blogspot.com/search/label/sqlpython
a8ac8c1b90cb adding links to docs
catherine@dellzilla
parents: 283
diff changeset
7 * Current docs: http://packages.python.org/sqlpython/
a8ac8c1b90cb adding links to docs
catherine@dellzilla
parents: 283
diff changeset
8
247
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
9 SQLPython is a command-line interface to Oracle databases. It is intended as an alternative to Oracle's
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
10 SQL\*Plus. For the most part, it can be used the same way SQL\*Plus would be used; this documentation
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
11 focuses on the places where SQLPython differs.
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
12
283
80484bc60bdd still needs refs
catherine@dellzilla
parents: 247
diff changeset
13 SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>`_ at CERN. Most new development
80484bc60bdd still needs refs
catherine@dellzilla
parents: 247
diff changeset
14 has been done by `Catherine Devlin <http://catherinedevlin.blogspot.com/>`_.
247
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
15
283
80484bc60bdd still needs refs
catherine@dellzilla
parents: 247
diff changeset
16 SQLPython is based on the Python standard library's
80484bc60bdd still needs refs
catherine@dellzilla
parents: 247
diff changeset
17 `cmd <http://docs.python.org/library/cmd.html#module-cmd>`_ module, and on an extension
80484bc60bdd still needs refs
catherine@dellzilla
parents: 247
diff changeset
18 to it called `cmd2 <http://pypi.python.org/pypi/cmd2>`_. SQLPython also draws considerable
80484bc60bdd still needs refs
catherine@dellzilla
parents: 247
diff changeset
19 inspiration from two Perl-based open-source SQL clients,
80484bc60bdd still needs refs
catherine@dellzilla
parents: 247
diff changeset
20 `Senora <http://senora.sourceforge.net/>`_ and `YASQL <http://sourceforge.net/projects/yasql>`_.
247
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
21
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
22 SQLPython is currently only compatible with Oracle databases. Expanding it to other RDBMS is a dream
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
23 for "one fine day". Call it "SQLPython 3000".