Re: What front end are people using?

From: Bell John <jbelllinux(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: What front end are people using?
Date: 2001-11-21 03:05:27
Message-ID: 20011121030527.94520.qmail@web12601.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


--- Horst Herb <hherb(at)malleenet(dot)net(dot)au> wrote:
> On Monday 19 November 2001 04:25, Raoul Callaghan
> wrote:
>
> > I am wanting to know what tools people are using
> to build their front
> > ends to postgres.
>
> I am using Python + PyGresql + wxPython.
> Scripting nice & well performing user interfaces in
> next to no time :-)
> Works like a charm on all Gtk+ capable
> Linuxes/BSD/Unixes as well as
> Windows. AFAIK, should work on OSX too.
>
> Horst
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the
> unregister command
> (send "unregister YourEmailAddressHere" to
majordomo(at)postgresql(dot)org)

Python + psycopg + wxPython. My assessment would be
similar to that of Horst, though I use psycopg as my
DB Interface. I prefer psycopg because it is designed
from the ground up for high performance in highly
threaded applications, which is important for me. It
also has some nice extensions over and above the
standard Python DBI, eg. per cursor commits. Python
is definitely the scripting language of choice for
it's clean syntax and ease of debugging (ie. greater
productivity) and wxPython (based on wxWindows) whilst
having a steeper learning curve than say Tkinter (and
sometimes a somewhat non-Pythonic feel) has a richer
widget set, a professional look and feel, and a
development team committed to Python support. Both
solutions are highly portable.

John

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Patrick Welche 2001-11-21 12:25:55 Re: [PATCHES] PQescapeBytea documentation patch
Previous Message Joe Conway 2001-11-20 23:02:55 Re: Cross-references (was [PATCHES] PQescapeBytea documentation patch)