jerry.levan@gmail.com *nix forums beginner
Joined: 23 Jan 2006
Posts: 18
|
Posted: Thu Jul 20, 2006 2:22 am Post subject:
Ann: PyPgExplorer-0.8
|
|
|
PyPgExplorer is a pure python application that allows the
user to browse and modify Postgresql Databases. Features
include:
o A Scripts menu that makes access to your favorite SQL
scripts only a click away.
o On unix and Mac systems, if psql is detected in a
standard location, then access to this tool is exposed
in PyPgExplorer.
o If the PIL module is available then bytea fields containing
images can be viewed (in a separate window) in PyPgExplorer.
o Fields in the database can be exported to the users file system.
o PyPgExplorer supports a simple editor. The editor can be
used to update/delete/insert records. The editor also
supports importing BYTEA (think images) data from files
into the database.
Should work in Mac OSX, Linux, WinXP.
Documentation, requirements and Source freely available at:
http://homepage.mac.com/levanj/Python
My homepage: http://homepage.mac.com/levanj
This is by no means a PGAdmin replacement :)
Thanks
Jerry
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match |
|