Re: What front end are people using?
От | Bell John |
---|---|
Тема | Re: What front end are people using? |
Дата | |
Msg-id | 20011121030527.94520.qmail@web12601.mail.yahoo.com обсуждение исходный текст |
Ответ на | Re: What front end are people using? (Horst Herb <hherb@malleenet.net.au>) |
Список | pgsql-interfaces |
--- Horst Herb <hherb@malleenet.net.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@postgresql.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
В списке pgsql-interfaces по дате отправления: