Lists: | pgsql-interfaces |
---|
From: | Raoul Callaghan <tangles(at)bigpond(dot)net(dot)au> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | What front end are people using? |
Date: | 2001-11-18 17:25:27 |
Message-ID: | B81E3A37.11F1%tangles@bigpond.net.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-interfaces |
Hello,
I am wanting to know what tools people are using to build their front ends
to postgres.
Including MacOSX as a client would be nice also...
Thanx.
Raoul
From: | William MacLeod <willie(at)nospam(dot)macleod-group(dot)com> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: What front end are people using? |
Date: | 2001-11-19 11:29:41 |
Message-ID: | JY5K7.6518$ur6.361318@wards |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-interfaces |
Raoul Callaghan wrote:
> Hello,
>
> I am wanting to know what tools people are using to build their front ends
> to postgres.
>
> Including MacOSX as a client would be nice also...
http://php.resourceindex.com/Complete_Scripts/Database_Manipulation/
SQL_Databases/
PHP would be a good way to go - any OS, as long as it has a nice web
browser :-)
regards
William MacLeod
From: | Horst Herb <hherb(at)malleenet(dot)net(dot)au> |
---|---|
To: | Raoul Callaghan <tangles(at)bigpond(dot)net(dot)au> |
Cc: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: What front end are people using? |
Date: | 2001-11-20 13:41:35 |
Message-ID: | 20011120133616.31019.qmail@gnumed.dhs.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-interfaces |
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
From: | Serafim Dahl <serafim(at)nada(dot)kth(dot)se> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: What front end are people using? |
Date: | 2001-11-20 14:41:07 |
Message-ID: | 3BFA6B83.6C7CF655@nada.kth.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-interfaces |
Horst Herb skrev:
>
> 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.
>
I use PHP or java servlets and/or jsp.
Sometimes I use java + JDBC.
/Serafim
From: | <jtv(at)xs4all(dot)nl> |
---|---|
To: | <tangles(at)bigpond(dot)net(dot)au> |
Cc: | <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | Re: What front end are people using? |
Date: | 2001-11-20 15:28:11 |
Message-ID: | 19476.195.212.29.97.1006270091.squirrel@webmail.xs4all.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-interfaces |
> I am wanting to know what tools people are using to build their front
> ends to postgres.
And of course there's libpqxx, the new C++ frontend I'm currently working
on. Download from
http://members.ams.chello.nl/j.vermeulen31/
[end shameless plug]
Jeroen
From: | Björn Lundin <bjorn(dot)lundin(at)swipnet(dot)se> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: What front end are people using? |
Date: | 2001-11-20 18:25:23 |
Message-ID: | 3BFAA013.1030209@swipnet.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg토토 사이트SQL : |
Raoul Callaghan wrote:
> Hello,
>
> I am wanting to know what tools people are using to build their front
> ends to postgres.
>
> Including MacOSX as a client would be nice also...
>
> Thanx.
>
> Raoul
I'm using ADA with binding PG-ADA and a 'thick' homemade ada package to
get a higher abstraction level.
Björn
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 |
Lists: | 503 스포츠 토토 결과 페치 |
--- 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
From: | Oscar Serrano <oserra(at)fondos(dot)net> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: What front end are people using? |
Date: | 2001-11-22 16:27:04 |
Message-ID: | 200111221619.fAMGJGm42914@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-interfaces |
>
>I'm using ADA with binding PG-ADA and a 'thick' homemade ada package to
>get a higher abstraction level.
>
FYI I'm using mod_perl with DBI (apacheDBI)
bye.
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>