https://github.com/digitalfox/pysql
Oracle command line client. Aims to be a full replacement of sqlplus
https://github.com/digitalfox/pysql
Last synced: over 1 year ago
JSON representation
Oracle command line client. Aims to be a full replacement of sqlplus
- Host: GitHub
- URL: https://github.com/digitalfox/pysql
- Owner: digitalfox
- License: other
- Created: 2008-12-07T14:06:41.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2014-03-28T08:00:14.000Z (over 12 years ago)
- Last Synced: 2025-02-27T01:06:35.335Z (over 1 year ago)
- Language: Python
- Homepage: http://pysql.sf.net
- Size: 3.96 MB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
PySQL
=====
PySQL aims to be a full replacement for sqlplus (and much more).
It has features such as history, completion, explain plan, session list,
background queries, datamodel graphical output, object dependencies,
PL/SQL package function call tree...
Installation from source
========================
As a simple user : just untar pysql tarball where you want and just run pysql
...
As root : untar pysql tarball where you want and run the setup script
...
Installation from package
========================
Redhat, Debian, Slackware, Windows....
Documentation generation
========================
Use the doc.sh script in script/ dir. You will need Epydoc (http://epydoc.sf.net).
You can also browse documentation online at : http://pysql.sf.net/doc/