From: | Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: GUI |
Date: | 2005-03-03 19:35:33 |
Message-ID: | 829d7fb60503031135f8961a0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi All,
A question about "joins" i have 17 tables in my postgres-DB how does
one perform a join on these many tables!!! :(
Thanks,
H
On Tue, 1 Mar 2005 08:42:57 -0600, James Thompson <jamest(at)ajrs(dot)com> wrote:
> On Tuesday 01 March 2005 08:07 am, Hrishikesh Deshmukh wrote:
> > Hi All,
> >
> > I want to spend less time coding and more time running queries against
> > the DB which i am building. What about QT from TrollTech!! Can that be
> > used to whip up gui real fast! Dreamweaver?
> >
> > Hrishi
>
> You could use gnue-designer and gnue-forms from www.gnuenterprise.org. It
> lets you paint the input/query forms by drag and drop fields from the db.
> You can create multi table master/details forms from existing tables in
> seconds that give you insert, update, delete, query capabilities. You can
> assign triggers to forms to do custom processing. And if you need more
> customization you can write python scripts using the gnue-common library
> which is the core of our other tools. I've done that to create custom apps
> that tie our database access system to a ui built with pyqt and qt-designer.
>
> Several of the developers hang out in #gnuenterprise on irc.freenode.net if
> you'd like more info.
>
> Take Care,
> James
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tino Wildenhain | 2005-03-03 21:36:45 | Re: GUI |
Previous Message | Terry Lee Tucker | 2005-03-03 19:34:22 | Re: Disabling triggers in a transaction |