comparison README.txt @ 91:51e1fe3adf0e

to version 1.4.4
author catherine@cordelia
date Tue, 20 May 2008 21:58:55 -0400
parents 5c73ebfdb24c
children 4aa28dffe658
comparison
equal deleted inserted replaced
90:5c73ebfdb24c 91:51e1fe3adf0e
1 SQLPython is an open-source command-line environment for interacting with an 1 SQLPython is an open-source command-line environment for interacting with an
2 Oracle database. It is designed as an alternative to Oracle's SQL*Plus. 2 Oracle database. It is designed as an alternative to Oracle's SQL\*Plus.
3 3
4 Installing 4 Installing
5 ---------- 5 ----------
6 6
7 Debian/Ubuntu:: 7 Debian/Ubuntu::
23 cx_Oracle and sqlpython as per Debian. 23 cx_Oracle and sqlpython as per Debian.
24 24
25 Using 25 Using
26 ----- 26 -----
27 27
28 Use sqlpython more or less as you would use SQL*Plus. 28 Use sqlpython more or less as you would use SQL\*Plus.
29 29
30 Read the help. Experiment with UNIX-style and postgresql-style 30 Read the help. Experiment with UNIX-style and postgresql-style
31 commands. 31 commands.
32 32
33 Modifying 33 Modifying