annotate docs/source/intro.rst @ 281:701f0aae837a

got maxtselctrows working again
author catherine@dellzilla
date Thu, 19 Mar 2009 16:45:45 -0400
parents f0f293d83337
children 80484bc60bdd
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
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
4 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
5 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
6 focuses on the places where SQLPython differs.
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
7
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
8 SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>_` at CERN. Most new development
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
9 has been done by `Catherine Devlin <http://catherinedevlin.blogspot.com/>_`.
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
10
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
11 SQLPython is based on the Python standard library's cmd module, and on an extension to it called cmd2.
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
12
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
13 SQLPython is currently only compatible with Oracle databases. Expanding it to other RDBMS is a dream
f0f293d83337 begin docs
catherine@dellzilla
parents:
diff changeset
14 for "one fine day". Call it "SQLPython 3000".