diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
commit | 0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch) | |
tree | 4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /databases/oraedit/DESCR | |
parent | 380b33c5710509b50346db575cddab2e83c39c2d (diff) | |
download | pkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'databases/oraedit/DESCR')
-rw-r--r-- | databases/oraedit/DESCR | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/oraedit/DESCR b/databases/oraedit/DESCR new file mode 100644 index 00000000000..742df50238a --- /dev/null +++ b/databases/oraedit/DESCR @@ -0,0 +1,14 @@ +oraedit is capable of editing functions, procedure, +package bodies and specification, type body and specifications +as well as views stored in Oracle. The only thing required is +working sqlplus client or working rsh/ssh connection +to a computer with one (and Python, of course). + +oraedit was used as a replacemenet for Platinum's SQL-Station, +to get rid MS Windows for a development box. It surely +doesn't have every feature SQL-Station has, but hey - the +fact it works under Unix is appealing :) It's particularily +usable in connection with some decent GUI editor, such as vim. + +Documentation is currently not present, you have to figure out +usage yourself ATM, sorry. |