GUI frontend for MySQL in wxPython

Piet pit.grinja at gmx.de
Wed May 19 03:50:38 EDT 2004


Paul McNett <p at ulmcnett.com> wrote in message news:<mailman.28.1084835654.6949.python-list at python.org>...
> David Stockwell writes:
> > I'm very new to python as well, but if you are looking to see
> > what someone did as an example, take a look at
> > http://www.tyomych-proj.narod.ru/readme.usage.htm
> 
> PMFJI, but after reading that page I just had to mention Dabo 
> again in an act of shameless self-promotion, as it has 
> something that does what this Java program apparently does, yet 
> persists the output to a GUI application that you can run over 
> and over on the database, and customize to your needs.
Admittedly, I didn´t yet have a closer look at dabo, but I had visited
that page before. But for my purpose, dabo is probably "too much".
What I wanted to develop originally was not mainly an app for
graphical browsing of databases, but I mainly wanted to use python´s
OO to create classes and functions that could be used by others for
their own apps as well.
For example, my program comprises five main classes (DatabaseServer,
DatabaseQuery, Database, DatabaseTable and DatabaseTableRow) which
IMHO make it a little easier to handle the functions provided by
MySQLdb.
I checked for such a bundle which is a little higher level than the
MySQL driver, but haven´t found any. Does anybody know whether such a
package exists?

Best regards
Piet



More information about the Python-list mailing list