gfsqlite: a simple SQL-Shell for sqlite-Databases

=> Version 0.76
=> Date: 2013-07-23

gfsqlite is a simple SQL-Shell in Python, based upon
gfsql (see http://www.wspiegel.de/gfsql/). It uses the
Python Database-API pysqlite (Vers. 0.5 or later)
for the access to  sqlite-Databases.
gfsqlite may read SQL-commands from a file, and a
history-function is included.
There is a simple export-function, syntax-highcoloring
and an export mode for autodia (autodia creates UML-diagrams 
for dia from a SQL database definition).



I N S T A L L A T I O N

- First of all: install Python, Vers. 2.2 or later (see http://www.python.org/)

- You possibly need the sqlite-sources
  (see http://www.hwaci.com/sw/sqlite/download.html),
  consult the pysqlite-Documentation
  (see http://pysqlite.sourceforge.net/)
  sqlite is by D. Richard Hipp

- Install the Python Database-API pysqlite, Vers. 0.5 or later
  pysqlite is by Michael Owens and Gerhard Häring
  (see http://pysqlite.sourceforge.net/)


N O T E

Without the Installation of pysqlite
gfsqlite will not work!


Under Win98/Win2000/Win Me/Win XP:

- unzip gfsqlite.zip in a directory

Under Linux:
- unpack gfsqlite.tar.gz



U S I N G gfsqlite

Win98/Win2000/Win Me/Win XP:
Call
	pythonw gfsqlite.pyw

in the gfsqlite-subdirectory or simply
click on the Icon of gfsqlite.pyw


Linux:
Call
	python gfsqlite.pyw

in the gfsqlite-subdirectory or try the
simple shell-script gfsqlite.sh (please
adjust to your gfsqlite-directory)

A short help-file is included

A good starting point for SQL is
	http://www.highcroft.com/highcroft/sql_intro.pdf

Please read the file license.txt

Walter Spiegel
E-Mail: walter.spiegel@web.de
URL: http://gfsqlite.wspiegel.de/
